#323568

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

Shades of Deep Koamaru #323568

Tints of Deep Koamaru #323568

Color information

#323568 (or 0x323568) is unknown color: approx Deep Koamaru. HEX triplet: 32, 35 and 68. RGB value is (50,53,104). Sum of RGB (Red+Green+Blue) = 50+53+104=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #323568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323568 is #CDCA97. Grayscale: #393939. Windows color (decimal): -13486744 or 6829362. OLE color: 6829362.

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

Color convert

RGB5053104-
CMYK0.520.4900.59
HSL236.67º35.06%30.2%-
HSV(B)236.67º51.92%40.78%-
XYZ5.094.2213.64-
YUV57.92154.01122.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=24.15%
G=25.60%
B=50.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50531040.520.4900.59236.6735.0630.2
Hex323568343103Bed231e
Octal626515064610733554336
Binary110010110101110100011010011000101110111110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323568; }

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

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

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

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

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

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

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

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