#323460

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

Shades of Deep Koamaru #323460

Tints of Deep Koamaru #323460

Color information

#323460 (or 0x323460) is unknown color: approx Deep Koamaru. HEX triplet: 32, 34 and 60. RGB value is (50,52,96). Sum of RGB (Red+Green+Blue) = 50+52+96=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 52 (20.70% from 255 or 26.26% 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 #323460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323460 is #CDCB9F. Grayscale: #383838. Windows color (decimal): -13487008 or 6304818. OLE color: 6304818.

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

Color convert

RGB505296-
CMYK0.480.4600.62
HSL237.39º31.51%28.63%-
HSV(B)237.39º47.92%37.65%-
XYZ4.653.9811.59-
YUV56.42150.34123.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=25.25%
G=26.26%
B=48.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5052960.480.4600.62237.3931.5128.63
Hex323460302E03Eed201d
Octal626414060560763554035
Binary110010110100110000011000010111001111101110110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323460; }

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

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

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

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

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

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

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

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