#333360

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

Shades of Deep Koamaru #333360

Tints of Deep Koamaru #333360

Color information

#333360 (or 0x333360) is unknown color: approx Deep Koamaru. HEX triplet: 33, 33 and 60. RGB value is (51,51,96). Sum of RGB (Red+Green+Blue) = 51+51+96=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #333360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333360 is #CCCC9F. Grayscale: #373737. Windows color (decimal): -13421728 or 6304563. OLE color: 6304563.

HSL color Cylindrical-coordinate representation of color #333360: hue angle of 240º 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 #333360 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB515196-
CMYK0.470.4700.62
HSL240º30.61%28.82%-
HSV(B)240º46.88%37.65%-
XYZ4.663.9211.58-
YUV56.13150.5124.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=25.76%
G=25.76%
B=48.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5151960.470.4700.6224030.6128.82
Hex3333602F2F03Ef01f1d
Octal636314057570763603735
Binary11001111001111000001011111011110111110111100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333360; }

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

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

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

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

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

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

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

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