#323763

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

Shades of Deep Koamaru #323763

Tints of Deep Koamaru #323763

Color information

#323763 (or 0x323763) is unknown color: approx Deep Koamaru. HEX triplet: 32, 37 and 63. RGB value is (50,55,99). Sum of RGB (Red+Green+Blue) = 50+55+99=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #323763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323763 is #CDC89C. Grayscale: #3A3A3A. Windows color (decimal): -13486237 or 6502194. OLE color: 6502194.

HSL color Cylindrical-coordinate representation of color #323763: hue angle of 233.88º 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 #323763 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB505599-
CMYK0.490.4400.61
HSL233.88º32.89%29.22%-
HSV(B)233.88º49.49%38.82%-
XYZ4.934.3112.38-
YUV58.52150.84121.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=24.51%
G=26.96%
B=48.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5055990.490.4400.61233.8832.8929.22
Hex323763312C03Dea211d
Octal626714361540753524135
Binary110010110111110001111000110110001111011110101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323763; }

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

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

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

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

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

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

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

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