#382452

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

Shades of Christalle #382452

Tints of Christalle #382452

Color information

#382452 (or 0x382452) is unknown color: approx Christalle. HEX triplet: 38, 24 and 52. RGB value is (56,36,82). Sum of RGB (Red+Green+Blue) = 56+36+82=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #382452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382452 is #C7DBAD. Grayscale: #2F2F2F. Windows color (decimal): -13097902 or 5383224. OLE color: 5383224.

HSL color Cylindrical-coordinate representation of color #382452: hue angle of 266.09º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382452 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB563682-
CMYK0.320.5600.68
HSL266.09º38.98%23.14%-
HSV(B)266.09º56.1%32.16%-
XYZ3.782.718.31-
YUV47.22147.63134.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 82 (32.42% from 255) = 47.13%
R=32.18%
G=20.69%
B=47.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5636820.320.5600.68266.0938.9823.14
Hex382452203804410a2717
Octal7044122407001044124727
Binary11100010010010100101000001110000100010010000101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382452; }

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

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

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

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

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

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

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

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