#336175

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

Shades of Blumine #336175

Tints of Blumine #336175

Color information

#336175 (or 0x336175) is unknown color: approx Blumine. HEX triplet: 33, 61 and 75. RGB value is (51,97,117). Sum of RGB (Red+Green+Blue) = 51+97+117=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #336175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336175 is #CC9E8A. Grayscale: #555555. Windows color (decimal): -13409931 or 7692595. OLE color: 7692595.

HSL color Cylindrical-coordinate representation of color #336175: hue angle of 198.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336175 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5197117-
CMYK0.560.1700.54
HSL198.18º39.29%32.94%-
HSV(B)198.18º56.41%45.88%-
XYZ8.8510.5418.4-
YUV85.53145.76103.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=19.25%
G=36.60%
B=44.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51971170.560.1700.54198.1839.2932.94
Hex3361753811036c62721
Octal6314116570210663064741
Binary1100111100001111010111100010001011011011000110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336175; }

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

 H1.HeaderClassName
 {
   color: #336175;
 }
 .AnyTagClassName
 {
   color: #336175;
 }
</style>
background-color css

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

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

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

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

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

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