#336172

Color #336172 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #336172

Tints of Blumine #336172

Color information

#336172 (or 0x336172) is unknown color: approx 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

RGB5197114-
CMYK0.550.1500.55
HSL196.19º38.18%32.35%-
HSV(B)196.19º55.26%44.71%-
XYZ8.6810.4717.48-
YUV85.18144.26103.62-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51971140.550.1500.55196.1938.1832.35
Hex33617237F037c42620
Octal6314116267170673044640
Binary110011110000111100101101111111011011111000100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>