Html Css Color HEX #336372 Blumine

📋 copy color: '#336372'

red 51 ◦ green 99 ◦ blue 114

#336372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #336372

Tints of Blumine #336372

RGB

 RED value IS 51 (20.31% from 255) = 19.32%

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 19.32%
G = 37.5%
B = 43.18%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#336372 (or 0x336372) is known color: Blumine. HEX triplet: 33, 63 and 72. RGB value is (51,99,114). Sum of RGB (Red+Green+Blue) = 51+99+114=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #336372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336372 is #CC9C8D. Grayscale: #565656. Windows color (decimal): -13409422 or 7496499. OLE color: 7496499.

HSL color Cylindrical-coordinate representation of color #336372: hue angle of 194.29º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336372 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 99 114 -
CMYK 0.55 0.13 0 0.55
HSL 194.29º 0.38% 0.32% -
HSV(B) 194.29º 0.55% 0.45% -
XYZ 8.86 10.84 17.55 -
YUV 86.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 51 99 114 0.55 0.13 0 0.55 194.29 0.38 0.32
Hex 33 63 72 37 D 0 37 C2 26 20
Octal 63 143 162 67 15 0 67 302 46 40
Binary 110011 1100011 1110010 110111 1101 0 110111 11000010 100110 100000

Color Harmonies of #336372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336372

Black with #336372

Text Example


Text Example

White with #336372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336372; }

 p { color: rgb(51,99,114); }

 H1.HeaderClassName
 {
   color: #336372;
 }
 .AnyTagClassName
 {
   color: #336372;
 }
</style>

background-color css

<style>
 a { background-color: #336372; }

 a { background-color: rgb(51,99,114); }

 div.DivClassName
 {
   background-color: #336372;
 }
 .BgClassName
 {
   background-color: #336372;
 }
</style>

border-color css

<style>
 span { border-color: #336372; }

 span { border-color: rgb(51,99,114); }

 td.TdClassName
 {
   border-color: #336372;
 }
 .TagClassName
 {
   border-color: #336372;
 }
</style>