#333660

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

Shades of Deep Koamaru #333660

Tints of Deep Koamaru #333660

Color information

#333660 (or 0x333660) is unknown color: approx Deep Koamaru. HEX triplet: 33, 36 and 60. RGB value is (51,54,96). Sum of RGB (Red+Green+Blue) = 51+54+96=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #333660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333660 is #CCC99F. Grayscale: #393939. Windows color (decimal): -13420960 or 6305331. OLE color: 6305331.

HSL color Cylindrical-coordinate representation of color #333660: hue angle of 236º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #333660 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB515496-
CMYK0.470.4400.62
HSL236º30.61%28.82%-
HSV(B)236º46.88%37.65%-
XYZ4.84.1911.62-
YUV57.89149.51123.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=25.37%
G=26.87%
B=47.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5154960.470.4400.6223630.6128.82
Hex3336602F2C03Eec1f1d
Octal636614057540763543735
Binary11001111011011000001011111011000111110111011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333660; }

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

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

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

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

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

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

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

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