#323663

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

Shades of Deep Koamaru #323663

Tints of Deep Koamaru #323663

Color information

#323663 (or 0x323663) is unknown color: approx Deep Koamaru. HEX triplet: 32, 36 and 63. RGB value is (50,54,99). Sum of RGB (Red+Green+Blue) = 50+54+99=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #323663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323663 is #CDC99C. Grayscale: #393939. Windows color (decimal): -13486493 or 6501938. OLE color: 6501938.

HSL color Cylindrical-coordinate representation of color #323663: hue angle of 235.1º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #323663 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB505499-
CMYK0.490.4500.61
HSL235.1º32.89%29.22%-
HSV(B)235.1º49.49%38.82%-
XYZ4.894.2212.36-
YUV57.93151.17122.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=24.63%
G=26.60%
B=48.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5054990.490.4500.61235.132.8929.22
Hex323663312D03Deb211d
Octal626614361550753534135
Binary110010110110110001111000110110101111011110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323663; }

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

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

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

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

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

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

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

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