#336375

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

Shades of Blumine #336375

Tints of Blumine #336375

Color information

#336375 (or 0x336375) is unknown color: approx Blumine. HEX triplet: 33, 63 and 75. RGB value is (51,99,117). Sum of RGB (Red+Green+Blue) = 51+99+117=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #336375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336375 is #CC9C8A. Grayscale: #565656. Windows color (decimal): -13409419 or 7693107. OLE color: 7693107.

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

Color convert

RGB5199117-
CMYK0.560.1500.54
HSL196.36º39.29%32.94%-
HSV(B)196.36º56.41%45.88%-
XYZ9.0410.9118.46-
YUV86.7145.1102.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=19.10%
G=37.08%
B=43.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51991170.560.1500.54196.3639.2932.94
Hex33637538F036c42721
Octal6314316570170663044741
Binary110011110001111101011110001111011011011000100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336375; }

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

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

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

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

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

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

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

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