#333460

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

Shades of Deep Koamaru #333460

Tints of Deep Koamaru #333460

Color information

#333460 (or 0x333460) is unknown color: approx Deep Koamaru. HEX triplet: 33, 34 and 60. RGB value is (51,52,96). Sum of RGB (Red+Green+Blue) = 51+52+96=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #333460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333460 is #CCCB9F. Grayscale: #383838. Windows color (decimal): -13421472 or 6304819. OLE color: 6304819.

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

Color convert

RGB515296-
CMYK0.470.4600.62
HSL238.67º30.61%28.82%-
HSV(B)238.67º46.88%37.65%-
XYZ4.7411.59-
YUV56.72150.17123.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=25.63%
G=26.13%
B=48.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5152960.470.4600.62238.6730.6128.82
Hex3334602F2E03Eef1f1d
Octal636414057560763573735
Binary11001111010011000001011111011100111110111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333460; }

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

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

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

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

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

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

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

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