#336573

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

Shades of Blumine #336573

Tints of Blumine #336573

Color information

#336573 (or 0x336573) is unknown color: approx Blumine. HEX triplet: 33, 65 and 73. RGB value is (51,101,115). Sum of RGB (Red+Green+Blue) = 51+101+115=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #336573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336573 is #CC9A8C. Grayscale: #575757. Windows color (decimal): -13408909 or 7562547. OLE color: 7562547.

HSL color Cylindrical-coordinate representation of color #336573: hue angle of 193.12º 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 #336573 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51101115-
CMYK0.560.1200.55
HSL193.12º38.55%32.55%-
HSV(B)193.12º55.65%45.1%-
XYZ9.1111.2517.91-
YUV87.65143.44101.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=19.10%
G=37.83%
B=43.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511011150.560.1200.55193.1238.5532.55
Hex33657338C037c12721
Octal6314516370140673014741
Binary110011110010111100111110001100011011111000001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336573; }

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

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

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

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

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

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

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

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