#323765

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

Shades of Deep Koamaru #323765

Tints of Deep Koamaru #323765

Color information

#323765 (or 0x323765) is unknown color: approx Deep Koamaru. HEX triplet: 32, 37 and 65. RGB value is (50,55,101). Sum of RGB (Red+Green+Blue) = 50+55+101=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #323765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323765 is #CDC89A. Grayscale: #3A3A3A. Windows color (decimal): -13486235 or 6633266. OLE color: 6633266.

HSL color Cylindrical-coordinate representation of color #323765: hue angle of 234.12º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323765 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5055101-
CMYK0.500.4600.60
HSL234.12º33.77%29.61%-
HSV(B)234.12º50.5%39.61%-
XYZ5.034.3512.89-
YUV58.75151.84121.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=24.27%
G=26.70%
B=49.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50551010.500.4600.60234.1233.7729.61
Hex323765322E03Cea221e
Octal626714562560743524236
Binary110010110111110010111001010111001111001110101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323765; }

 p { color: rgb(50,55,101); }

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

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

 a { background-color: rgb(50,55,101); }

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

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

 span { border-color: rgb(50,55,101); }

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