#336371

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

Shades of Blumine #336371

Tints of Blumine #336371

Color information

#336371 (or 0x336371) is unknown color: approx Blumine. HEX triplet: 33, 63 and 71. RGB value is (51,99,113). Sum of RGB (Red+Green+Blue) = 51+99+113=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #336371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336371 is #CC9C8E. Grayscale: #565656. Windows color (decimal): -13409423 or 7430963. OLE color: 7430963.

HSL color Cylindrical-coordinate representation of color #336371: hue angle of 193.55º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336371 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5199113-
CMYK0.550.1200.56
HSL193.55º37.8%32.16%-
HSV(B)193.55º54.87%44.31%-
XYZ8.8110.8217.25-
YUV86.24143.1102.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=19.39%
G=37.64%
B=42.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51991130.550.1200.56193.5537.832.16
Hex33637137C038c22620
Octal6314316167140703024640
Binary110011110001111100011101111100011100011000010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336371; }

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

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

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

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

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

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

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

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