#336A75

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

Shades of Blumine #336A75

Tints of Blumine #336A75

Color information

#336A75 (or 0x336A75) is unknown color: approx Blumine. HEX triplet: 33, 6A and 75. RGB value is (51,106,117). Sum of RGB (Red+Green+Blue) = 51+106+117=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #336A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A75 is #CC958A. Grayscale: #5A5A5A. Windows color (decimal): -13407627 or 7694899. OLE color: 7694899.

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

Color convert

RGB51106117-
CMYK0.560.0900.54
HSL190º39.29%32.94%-
HSV(B)190º56.41%45.88%-
XYZ9.7312.318.69-
YUV90.81142.7899.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=18.61%
G=38.69%
B=42.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511061170.560.0900.5419039.2932.94
Hex336A75389036be2721
Octal6315216570110662764741
Binary110011110101011101011110001001011011010111110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336A75; }

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

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

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

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

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

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

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

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