#323263

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

Shades of Deep Koamaru #323263

Tints of Deep Koamaru #323263

Color information

#323263 (or 0x323263) is unknown color: approx Deep Koamaru. HEX triplet: 32, 32 and 63. RGB value is (50,50,99). Sum of RGB (Red+Green+Blue) = 50+50+99=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #323263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323263 is #CDCD9C. Grayscale: #373737. Windows color (decimal): -13487517 or 6500914. OLE color: 6500914.

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

Color convert

RGB505099-
CMYK0.490.4900.61
HSL240º32.89%29.22%-
HSV(B)240º49.49%38.82%-
XYZ4.713.8612.3-
YUV55.59152.5124.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=25.13%
G=25.13%
B=49.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5050990.490.4900.6124032.8929.22
Hex323263313103Df0211d
Octal626214361610753604135
Binary110010110010110001111000111000101111011111000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323263; }

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

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

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

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

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

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

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

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