#24095B

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

Shades of Christalle #24095B

Tints of Christalle #24095B

Color information

#24095B (or 0x24095B) is unknown color: approx Christalle. HEX triplet: 24, 09 and 5B. RGB value is (36,9,91). Sum of RGB (Red+Green+Blue) = 36+9+91=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #24095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24095B is #DBF6A4. Grayscale: #1A1A1A. Windows color (decimal): -14415525 or 5966116. OLE color: 5966116.

HSL color Cylindrical-coordinate representation of color #24095B: hue angle of 259.76º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24095B is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36991-
CMYK0.600.9000.64
HSL259.76º82%19.61%-
HSV(B)259.76º90.11%35.69%-
XYZ2.711.3310.01-
YUV26.42164.45134.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 91 (35.94% from 255) = 66.91%
R=26.47%
G=6.62%
B=66.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal369910.600.9000.64259.768219.61
Hex2495B3C5A0401045214
Octal441113374132010040412224
Binary10010010011011011111100101101001000000100000100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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