#336073

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

Shades of Blumine #336073

Tints of Blumine #336073

Color information

#336073 (or 0x336073) is unknown color: approx Blumine. HEX triplet: 33, 60 and 73. RGB value is (51,96,115). Sum of RGB (Red+Green+Blue) = 51+96+115=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #336073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336073 is #CC9F8C. Grayscale: #545454. Windows color (decimal): -13410189 or 7561267. OLE color: 7561267.

HSL color Cylindrical-coordinate representation of color #336073: hue angle of 197.81º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336073 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5196115-
CMYK0.560.1700.55
HSL197.81º38.55%32.55%-
HSV(B)197.81º55.65%45.1%-
XYZ8.6410.3117.75-
YUV84.71145.09103.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=19.47%
G=36.64%
B=43.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51961150.560.1700.55197.8138.5532.55
Hex3360733811037c62721
Octal6314016370210673064741
Binary1100111100000111001111100010001011011111000110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336073; }

 p { color: rgb(51,96,115); }

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

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

 a { background-color: rgb(51,96,115); }

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

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

 span { border-color: rgb(51,96,115); }

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