#336A76

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

Shades of Blumine #336A76

Tints of Blumine #336A76

Color information

#336A76 (or 0x336A76) is unknown color: approx Blumine. HEX triplet: 33, 6A and 76. RGB value is (51,106,118). Sum of RGB (Red+Green+Blue) = 51+106+118=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #336A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A76 is #CC9589. Grayscale: #5A5A5A. Windows color (decimal): -13407626 or 7760435. OLE color: 7760435.

HSL color Cylindrical-coordinate representation of color #336A76: hue angle of 190.75º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336A76 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB51106118-
CMYK0.570.1000.54
HSL190.75º39.64%33.14%-
HSV(B)190.75º56.78%46.27%-
XYZ9.7912.3219-
YUV90.92143.2899.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=18.55%
G=38.55%
B=42.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511061180.570.1000.54190.7539.6433.14
Hex336A7639A036bf2821
Octal6315216671120662775041
Binary110011110101011101101110011010011011010111111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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