Html Css Color HEX #336174 Blumine

📋 copy color: '#336174'

red 51 ◦ green 97 ◦ blue 116

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

Shades of Blumine #336174

Tints of Blumine #336174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

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

R = 19.32%
G = 36.74%
B = 43.94%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336174 (or 0x336174) is known color: Blumine. HEX triplet: 33, 61 and 74. RGB value is (51,97,116). Sum of RGB (Red+Green+Blue) = 51+97+116=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #336174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336174 is #CC9E8B. Grayscale: #555555. Windows color (decimal): -13409932 or 7627059. OLE color: 7627059.

HSL color Cylindrical-coordinate representation of color #336174: hue angle of 197.54º 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 #336174 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 97 116 -
CMYK 0.56 0.16 0 0.55
HSL 197.54º 0.39% 0.33% -
HSV(B) 197.54º 0.56% 0.45% -
XYZ 8.79 10.51 18.09 -
YUV 85.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 51 97 116 0.56 0.16 0 0.55 197.54 0.39 0.33
Hex 33 61 74 38 10 0 37 C6 27 21
Octal 63 141 164 70 20 0 67 306 47 41
Binary 110011 1100001 1110100 111000 10000 0 110111 11000110 100111 100001

Color Harmonies of #336174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336174

Black with #336174

Text Example


Text Example

White with #336174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336174; }

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

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

background-color css

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

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

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

border-color css

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

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

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