Html Css Color HEX #336576 Blumine

📋 copy color: '#336576'

red 51 ◦ green 101 ◦ blue 118

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

Shades of Blumine #336576

Tints of Blumine #336576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.41%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 18.89%
G = 37.41%
B = 43.7%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336576 (or 0x336576) is known color: Blumine. HEX triplet: 33, 65 and 76. RGB value is (51,101,118). Sum of RGB (Red+Green+Blue) = 51+101+118=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #336576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336576 is #CC9A89. Grayscale: #575757. Windows color (decimal): -13408906 or 7759155. OLE color: 7759155.

HSL color Cylindrical-coordinate representation of color #336576: hue angle of 195.22º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336576 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 101 118 -
CMYK 0.57 0.14 0 0.54
HSL 195.22º 0.4% 0.33% -
HSV(B) 195.22º 0.57% 0.46% -
XYZ 9.29 11.32 18.83 -
YUV 87.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 51 101 118 0.57 0.14 0 0.54 195.22 0.4 0.33
Hex 33 65 76 39 E 0 36 C3 28 21
Octal 63 145 166 71 16 0 66 303 50 41
Binary 110011 1100101 1110110 111001 1110 0 110110 11000011 101000 100001

Color Harmonies of #336576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336576

Black with #336576

Text Example


Text Example

White with #336576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336576; }

 p { color: rgb(51,101,118); }

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

background-color css

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

 a { background-color: rgb(51,101,118); }

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

border-color css

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

 span { border-color: rgb(51,101,118); }

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