#336376

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

Shades of Blumine #336376

Tints of Blumine #336376

Color information

#336376 (or 0x336376) is unknown color: approx Blumine. HEX triplet: 33, 63 and 76. RGB value is (51,99,118). Sum of RGB (Red+Green+Blue) = 51+99+118=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #336376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336376 is #CC9C89. Grayscale: #565656. Windows color (decimal): -13409418 or 7758643. OLE color: 7758643.

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

Color convert

RGB5199118-
CMYK0.570.1600.54
HSL197.01º39.64%33.14%-
HSV(B)197.01º56.78%46.27%-
XYZ9.110.9418.77-
YUV86.81145.6102.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=19.03%
G=36.94%
B=44.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51991180.570.1600.54197.0139.6433.14
Hex3363763910036c52821
Octal6314316671200663055041
Binary1100111100011111011011100110000011011011000101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336376; }

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

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

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

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

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

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

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

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