#382455

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

Shades of Christalle #382455

Tints of Christalle #382455

Color information

#382455 (or 0x382455) is unknown color: approx Christalle. HEX triplet: 38, 24 and 55. RGB value is (56,36,85). Sum of RGB (Red+Green+Blue) = 56+36+85=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 36 (14.45% from 255 or 20.34% 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 #382455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382455 is #C7DBAA. Grayscale: #2F2F2F. Windows color (decimal): -13097899 or 5579832. OLE color: 5579832.

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

Color convert

RGB563685-
CMYK0.340.5800.67
HSL264.49º40.5%23.73%-
HSV(B)264.49º57.65%33.33%-
XYZ3.92.768.92-
YUV47.57149.13134.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=31.64%
G=20.34%
B=48.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5636850.340.5800.67264.4940.523.73
Hex382455223A0431082818
Octal7044125427201034105030
Binary11100010010010101011000101110100100001110000100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382455; }

 p { color: rgb(56,36,85); }

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

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

 a { background-color: rgb(56,36,85); }

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

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

 span { border-color: rgb(56,36,85); }

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