Html Css Color HEX #336172 Blumine

📋 copy color: '#336172'

red 51 ◦ green 97 ◦ blue 114

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

Shades of Blumine #336172

Tints of Blumine #336172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 19.47%
G = 37.02%
B = 43.51%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336172 (or 0x336172) is known color: Blumine. HEX triplet: 33, 61 and 72. RGB value is (51,97,114). Sum of RGB (Red+Green+Blue) = 51+97+114=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #336172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336172 is #CC9E8D. Grayscale: #555555. Windows color (decimal): -13409934 or 7495987. OLE color: 7495987.

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

Color convert

RGB 51 97 114 -
CMYK 0.55 0.15 0 0.55
HSL 196.19º 0.38% 0.32% -
HSV(B) 196.19º 0.55% 0.45% -
XYZ 8.68 10.47 17.48 -
YUV 85.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 51 97 114 0.55 0.15 0 0.55 196.19 0.38 0.32
Hex 33 61 72 37 F 0 37 C4 26 20
Octal 63 141 162 67 17 0 67 304 46 40
Binary 110011 1100001 1110010 110111 1111 0 110111 11000100 100110 100000

Color Harmonies of #336172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336172

Black with #336172

Text Example


Text Example

White with #336172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336172; }

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

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

background-color css

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

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

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

border-color css

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

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

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