Html Css Color HEX #336171 Blumine

📋 copy color: '#336171'

red 51 ◦ green 97 ◦ blue 113

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

Shades of Blumine #336171

Tints of Blumine #336171

RGB

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

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

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

R = 19.54%
G = 37.16%
B = 43.3%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336171 (or 0x336171) is known color: Blumine. HEX triplet: 33, 61 and 71. RGB value is (51,97,113). Sum of RGB (Red+Green+Blue) = 51+97+113=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #336171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336171 is #CC9E8E. Grayscale: #545454. Windows color (decimal): -13409935 or 7430451. OLE color: 7430451.

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

Color convert

RGB 51 97 113 -
CMYK 0.55 0.14 0 0.56
HSL 195.48º 0.38% 0.32% -
HSV(B) 195.48º 0.55% 0.44% -
XYZ 8.62 10.45 17.18 -
YUV 85.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 51 97 113 0.55 0.14 0 0.56 195.48 0.38 0.32
Hex 33 61 71 37 E 0 38 C3 26 20
Octal 63 141 161 67 16 0 70 303 46 40
Binary 110011 1100001 1110001 110111 1110 0 111000 11000011 100110 100000

Color Harmonies of #336171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336171

Black with #336171

Text Example


Text Example

White with #336171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336171; }

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

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

background-color css

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

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

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

border-color css

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

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

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