#382057

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

Shades of Christalle #382057

Tints of Christalle #382057

Color information

#382057 (or 0x382057) is unknown color: approx Christalle. HEX triplet: 38, 20 and 57. RGB value is (56,32,87). Sum of RGB (Red+Green+Blue) = 56+32+87=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #382057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382057 is #C7DFA8. Grayscale: #2D2D2D. Windows color (decimal): -13098921 or 5709880. OLE color: 5709880.

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

Color convert

RGB563287-
CMYK0.360.6300.66
HSL266.18º46.22%23.33%-
HSV(B)266.18º63.22%34.12%-
XYZ3.872.569.31-
YUV45.45151.45135.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=32%
G=18.29%
B=49.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5632870.360.6300.66266.1846.2223.33
Hex382057243F04210a2e17
Octal7040127447701024125627
Binary11100010000010101111001001111110100001010000101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382057; }

 p { color: rgb(56,32,87); }

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

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

 a { background-color: rgb(56,32,87); }

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

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

 span { border-color: rgb(56,32,87); }

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