Html Css Color HEX #336574 Blumine

📋 copy color: '#336574'

red 51 ◦ green 101 ◦ blue 116

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

Shades of Blumine #336574

Tints of Blumine #336574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 19.03%
G = 37.69%
B = 43.28%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336574 (or 0x336574) is known color: Blumine. HEX triplet: 33, 65 and 74. RGB value is (51,101,116). Sum of RGB (Red+Green+Blue) = 51+101+116=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #336574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336574 is #CC9A8B. Grayscale: #575757. Windows color (decimal): -13408908 or 7628083. OLE color: 7628083.

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

Color convert

RGB 51 101 116 -
CMYK 0.56 0.13 0 0.55
HSL 193.85º 0.39% 0.33% -
HSV(B) 193.85º 0.56% 0.45% -
XYZ 9.17 11.27 18.22 -
YUV 87.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 51 101 116 0.56 0.13 0 0.55 193.85 0.39 0.33
Hex 33 65 74 38 D 0 37 C2 27 21
Octal 63 145 164 70 15 0 67 302 47 41
Binary 110011 1100101 1110100 111000 1101 0 110111 11000010 100111 100001

Color Harmonies of #336574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336574

Black with #336574

Text Example


Text Example

White with #336574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336574; }

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

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

background-color css

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

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

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

border-color css

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

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

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