#323368

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

Shades of Deep Koamaru #323368

Tints of Deep Koamaru #323368

Color information

#323368 (or 0x323368) is unknown color: approx Deep Koamaru. HEX triplet: 32, 33 and 68. RGB value is (50,51,104). Sum of RGB (Red+Green+Blue) = 50+51+104=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #323368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323368 is #CDCC97. Grayscale: #383838. Windows color (decimal): -13487256 or 6828850. OLE color: 6828850.

HSL color Cylindrical-coordinate representation of color #323368: hue angle of 238.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #323368 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5051104-
CMYK0.520.5100.59
HSL238.89º35.06%30.2%-
HSV(B)238.89º51.92%40.78%-
XYZ54.0513.61-
YUV56.74154.67123.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=24.39%
G=24.88%
B=50.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50511040.520.5100.59238.8935.0630.2
Hex323368343303Bef231e
Octal626315064630733574336
Binary110010110011110100011010011001101110111110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323368; }

 p { color: rgb(50,51,104); }

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

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

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

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

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

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

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