#38215B

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

Shades of Christalle #38215B

Tints of Christalle #38215B

Color information

#38215B (or 0x38215B) is unknown color: approx Christalle. HEX triplet: 38, 21 and 5B. RGB value is (56,33,91). Sum of RGB (Red+Green+Blue) = 56+33+91=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #38215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38215B is #C7DEA4. Grayscale: #2E2E2E. Windows color (decimal): -13098661 or 5972280. OLE color: 5972280.

HSL color Cylindrical-coordinate representation of color #38215B: hue angle of 263.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38215B is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB563391-
CMYK0.380.6400.64
HSL263.79º46.77%24.31%-
HSV(B)263.79º63.74%35.69%-
XYZ4.062.6810.2-
YUV46.49153.12134.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=31.11%
G=18.33%
B=50.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5633910.380.6400.64263.7946.7724.31
Hex38215B26400401082f18
Octal70411334610001004105730
Binary111000100001101101110011010000000100000010000100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38215B; }

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

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

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

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

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

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

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

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