Html Css Color HEX #336276 Blumine

📋 copy color: '#336276'

red 51 ◦ green 98 ◦ blue 118

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

Shades of Blumine #336276

Tints of Blumine #336276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 19.1%
G = 36.7%
B = 44.19%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336276 (or 0x336276) is known color: Blumine. HEX triplet: 33, 62 and 76. RGB value is (51,98,118). Sum of RGB (Red+Green+Blue) = 51+98+118=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #336276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336276 is #CC9D89. Grayscale: #565656. Windows color (decimal): -13409674 or 7758387. OLE color: 7758387.

HSL color Cylindrical-coordinate representation of color #336276: hue angle of 197.91º 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 #336276 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 98 118 -
CMYK 0.57 0.17 0 0.54
HSL 197.91º 0.4% 0.33% -
HSV(B) 197.91º 0.57% 0.46% -
XYZ 9 10.75 18.74 -
YUV 86.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 51 98 118 0.57 0.17 0 0.54 197.91 0.4 0.33
Hex 33 62 76 39 11 0 36 C6 28 21
Octal 63 142 166 71 21 0 66 306 50 41
Binary 110011 1100010 1110110 111001 10001 0 110110 11000110 101000 100001

Color Harmonies of #336276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336276

Black with #336276

Text Example


Text Example

White with #336276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336276; }

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

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

background-color css

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

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

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

border-color css

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

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

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