#336473

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

Shades of Blumine #336473

Tints of Blumine #336473

Color information

#336473 (or 0x336473) is unknown color: approx Blumine. HEX triplet: 33, 64 and 73. RGB value is (51,100,115). Sum of RGB (Red+Green+Blue) = 51+100+115=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #336473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336473 is #CC9B8C. Grayscale: #565656. Windows color (decimal): -13409165 or 7562291. OLE color: 7562291.

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

Color convert

RGB51100115-
CMYK0.560.1300.55
HSL194.06º38.55%32.55%-
HSV(B)194.06º55.65%45.1%-
XYZ9.0211.0617.88-
YUV87.06143.77102.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=19.17%
G=37.59%
B=43.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511001150.560.1300.55194.0638.5532.55
Hex33647338D037c22721
Octal6314416370150673024741
Binary110011110010011100111110001101011011111000010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336473; }

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

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

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

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

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

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

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

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