#323668

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

Shades of Deep Koamaru #323668

Tints of Deep Koamaru #323668

Color information

#323668 (or 0x323668) is unknown color: approx Deep Koamaru. HEX triplet: 32, 36 and 68. RGB value is (50,54,104). Sum of RGB (Red+Green+Blue) = 50+54+104=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #323668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323668 is #CDC997. Grayscale: #3A3A3A. Windows color (decimal): -13486488 or 6829618. OLE color: 6829618.

HSL color Cylindrical-coordinate representation of color #323668: hue angle of 235.56º 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 #323668 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5054104-
CMYK0.520.4800.59
HSL235.56º35.06%30.2%-
HSV(B)235.56º51.92%40.78%-
XYZ5.134.3213.66-
YUV58.5153.67121.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 104 (41.02% from 255) = 50%
R=24.04%
G=25.96%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50541040.520.4800.59235.5635.0630.2
Hex323668343003Bec231e
Octal626615064600733544336
Binary110010110110110100011010011000001110111110110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323668; }

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

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

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

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

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

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

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

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