Html Css Color HEX #336471 Blumine

📋 copy color: '#336471'

red 51 ◦ green 100 ◦ blue 113

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

Shades of Blumine #336471

Tints of Blumine #336471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.88%

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 19.32%
G = 37.88%
B = 42.8%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336471 (or 0x336471) is known color: Blumine. HEX triplet: 33, 64 and 71. RGB value is (51,100,113). Sum of RGB (Red+Green+Blue) = 51+100+113=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #336471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336471 is #CC9B8E. Grayscale: #565656. Windows color (decimal): -13409167 or 7431219. OLE color: 7431219.

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

Color convert

RGB 51 100 113 -
CMYK 0.55 0.12 0 0.56
HSL 192.58º 0.38% 0.32% -
HSV(B) 192.58º 0.55% 0.44% -
XYZ 8.9 11.01 17.28 -
YUV 86.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 51 100 113 0.55 0.12 0 0.56 192.58 0.38 0.32
Hex 33 64 71 37 C 0 38 C1 26 20
Octal 63 144 161 67 14 0 70 301 46 40
Binary 110011 1100100 1110001 110111 1100 0 111000 11000001 100110 100000

Color Harmonies of #336471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336471

Black with #336471

Text Example


Text Example

White with #336471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336471; }

 p { color: rgb(51,100,113); }

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

background-color css

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

 a { background-color: rgb(51,100,113); }

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

border-color css

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

 span { border-color: rgb(51,100,113); }

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