#333564

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

Shades of Deep Koamaru #333564

Tints of Deep Koamaru #333564

Color information

#333564 (or 0x333564) is unknown color: approx Deep Koamaru. HEX triplet: 33, 35 and 64. RGB value is (51,53,100). Sum of RGB (Red+Green+Blue) = 51+53+100=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #333564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333564 is #CCCA9B. Grayscale: #393939. Windows color (decimal): -13421212 or 6567219. OLE color: 6567219.

HSL color Cylindrical-coordinate representation of color #333564: hue angle of 237.55º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #333564 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5153100-
CMYK0.490.4700.61
HSL237.55º32.45%29.61%-
HSV(B)237.55º49%39.22%-
XYZ4.944.1712.6-
YUV57.76151.84123.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 100 (39.45% from 255) = 49.02%
R=25%
G=25.98%
B=49.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal51531000.490.4700.61237.5532.4529.61
Hex333564312F03Dee201e
Octal636514461570753564036
Binary110011110101110010011000110111101111011110111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333564; }

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

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

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

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

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

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

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

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