#392355

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

Shades of Christalle #392355

Tints of Christalle #392355

Color information

#392355 (or 0x392355) is unknown color: approx Christalle. HEX triplet: 39, 23 and 55. RGB value is (57,35,85). Sum of RGB (Red+Green+Blue) = 57+35+85=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #392355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392355 is #C6DCAA. Grayscale: #2F2F2F. Windows color (decimal): -13032619 or 5579577. OLE color: 5579577.

HSL color Cylindrical-coordinate representation of color #392355: hue angle of 266.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #392355 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB573585-
CMYK0.330.5900.67
HSL266.4º41.67%23.53%-
HSV(B)266.4º58.82%33.33%-
XYZ3.932.738.91-
YUV47.28149.29134.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=32.20%
G=19.77%
B=48.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5735850.330.5900.67266.441.6723.53
Hex392355213B04310a2a18
Octal7143125417301034125230
Binary11100110001110101011000011110110100001110000101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392355; }

 p { color: rgb(57,35,85); }

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

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

 a { background-color: rgb(57,35,85); }

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

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

 span { border-color: rgb(57,35,85); }

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