Html Css Color HEX #336176 Blumine

📋 copy color: '#336176'

red 51 ◦ green 97 ◦ blue 118

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

Shades of Blumine #336176

Tints of Blumine #336176

RGB

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

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

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

R = 19.17%
G = 36.47%
B = 44.36%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336176 (or 0x336176) is known color: Blumine. HEX triplet: 33, 61 and 76. RGB value is (51,97,118). Sum of RGB (Red+Green+Blue) = 51+97+118=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #336176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336176 is #CC9E89. Grayscale: #555555. Windows color (decimal): -13409930 or 7758131. OLE color: 7758131.

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

Color convert

RGB 51 97 118 -
CMYK 0.57 0.18 0 0.54
HSL 198.81º 0.4% 0.33% -
HSV(B) 198.81º 0.57% 0.46% -
XYZ 8.91 10.56 18.71 -
YUV 85.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 51 97 118 0.57 0.18 0 0.54 198.81 0.4 0.33
Hex 33 61 76 39 12 0 36 C7 28 21
Octal 63 141 166 71 22 0 66 307 50 41
Binary 110011 1100001 1110110 111001 10010 0 110110 11000111 101000 100001

Color Harmonies of #336176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336176

Black with #336176

Text Example


Text Example

White with #336176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336176; }

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

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

background-color css

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

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

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

border-color css

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

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

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