#323665

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

Shades of Deep Koamaru #323665

Tints of Deep Koamaru #323665

Color information

#323665 (or 0x323665) is unknown color: approx Deep Koamaru. HEX triplet: 32, 36 and 65. RGB value is (50,54,101). Sum of RGB (Red+Green+Blue) = 50+54+101=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #323665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323665 is #CDC99A. Grayscale: #393939. Windows color (decimal): -13486491 or 6633010. OLE color: 6633010.

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

Color convert

RGB5054101-
CMYK0.500.4700.60
HSL235.29º33.77%29.61%-
HSV(B)235.29º50.5%39.61%-
XYZ4.984.2612.87-
YUV58.16152.17122.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=24.39%
G=26.34%
B=49.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50541010.500.4700.60235.2933.7729.61
Hex323665322F03Ceb221e
Octal626614562570743534236
Binary110010110110110010111001010111101111001110101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323665; }

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

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

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

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

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

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

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

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