#382156

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

Shades of Christalle #382156

Tints of Christalle #382156

Color information

#382156 (or 0x382156) is unknown color: approx Christalle. HEX triplet: 38, 21 and 56. RGB value is (56,33,86). Sum of RGB (Red+Green+Blue) = 56+33+86=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #382156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382156 is #C7DEA9. Grayscale: #2D2D2D. Windows color (decimal): -13098666 or 5644600. OLE color: 5644600.

HSL color Cylindrical-coordinate representation of color #382156: hue angle of 266.04º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382156 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB563386-
CMYK0.350.6200.66
HSL266.04º44.54%23.33%-
HSV(B)266.04º61.63%33.73%-
XYZ3.852.69.1-
YUV45.92150.62135.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=32%
G=18.86%
B=49.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5633860.350.6200.66266.0444.5423.33
Hex382156233E04210a2d17
Octal7041126437601024125527
Binary11100010000110101101000111111100100001010000101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382156; }

 p { color: rgb(56,33,86); }

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

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

 a { background-color: rgb(56,33,86); }

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

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

 span { border-color: rgb(56,33,86); }

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