#323060

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

Shades of Deep Koamaru #323060

Tints of Deep Koamaru #323060

Color information

#323060 (or 0x323060) is unknown color: approx Deep Koamaru. HEX triplet: 32, 30 and 60. RGB value is (50,48,96). Sum of RGB (Red+Green+Blue) = 50+48+96=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #323060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323060 is #CDCF9F. Grayscale: #353535. Windows color (decimal): -13488032 or 6303794. OLE color: 6303794.

HSL color Cylindrical-coordinate representation of color #323060: hue angle of 242.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323060 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB504896-
CMYK0.480.5000.62
HSL242.5º33.33%28.24%-
HSV(B)242.5º50%37.65%-
XYZ4.483.6411.53-
YUV54.07151.66125.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=25.77%
G=24.74%
B=49.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5048960.480.5000.62242.533.3328.24
Hex323060303203Ef2211c
Octal626014060620763624134
Binary110010110000110000011000011001001111101111001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323060; }

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

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

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

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

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

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

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

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