#323268

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

Shades of Deep Koamaru #323268

Tints of Deep Koamaru #323268

Color information

#323268 (or 0x323268) is unknown color: approx Deep Koamaru. HEX triplet: 32, 32 and 68. RGB value is (50,50,104). Sum of RGB (Red+Green+Blue) = 50+50+104=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #323268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323268 is #CDCD97. Grayscale: #373737. Windows color (decimal): -13487512 or 6828594. OLE color: 6828594.

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

Color convert

RGB5050104-
CMYK0.520.5200.59
HSL240º35.06%30.2%-
HSV(B)240º51.92%40.78%-
XYZ4.953.9613.6-
YUV56.16155123.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=24.51%
G=24.51%
B=50.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50501040.520.5200.5924035.0630.2
Hex323268343403Bf0231e
Octal626215064640733604336
Binary110010110010110100011010011010001110111111000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323268; }

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

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

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

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

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

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

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

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