#38245B

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

Shades of Christalle #38245B

Tints of Christalle #38245B

Color information

#38245B (or 0x38245B) is unknown color: approx Christalle. HEX triplet: 38, 24 and 5B. RGB value is (56,36,91). Sum of RGB (Red+Green+Blue) = 56+36+91=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #38245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38245B is #C7DBA4. Grayscale: #303030. Windows color (decimal): -13097893 or 5973048. OLE color: 5973048.

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

Color convert

RGB563691-
CMYK0.380.6000.64
HSL261.82º43.31%24.9%-
HSV(B)261.82º60.44%35.69%-
XYZ4.152.8610.23-
YUV48.25152.13133.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=30.60%
G=19.67%
B=49.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5636910.380.6000.64261.8243.3124.9
Hex38245B263C0401062b19
Octal7044133467401004065331
Binary11100010010010110111001101111000100000010000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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