Html Css Color HEX #24095C Christalle

📋 copy color: '#24095C'

red 36 ◦ green 9 ◦ blue 92

#24095C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #24095C

Tints of Christalle #24095C

RGB

 RED value IS 36 (14.45% from 255) = 26.28%

 GREEN value IS 9 (3.91% from 255) = 6.57%

 BLUE value IS 92 (36.33% from 255) = 67.15%

R = 26.28%
G = 6.57%
B = 67.15%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24095C (or 0x24095C) is known color: Christalle. HEX triplet: 24, 09 and 5C. RGB value is (36,9,92). Sum of RGB (Red+Green+Blue) = 36+9+92=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #24095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24095C is #DBF6A3. Grayscale: #1A1A1A. Windows color (decimal): -14415524 or 6031652. OLE color: 6031652.

HSL color Cylindrical-coordinate representation of color #24095C: hue angle of 259.52º 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 #24095C is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 9 92 -
CMYK 0.61 0.90 0 0.64
HSL 259.52º 0.82% 0.2% -
HSV(B) 259.52º 0.9% 0.36% -
XYZ 2.76 1.34 10.24 -
YUV 26.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 36 9 92 0.61 0.90 0 0.64 259.52 0.82 0.2
Hex 24 9 5C 3D 5A 0 40 104 52 14
Octal 44 11 134 75 132 0 100 404 122 24
Binary 100100 1001 1011100 111101 1011010 0 1000000 100000100 1010010 10100

Color Harmonies of #24095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24095C

Black with #24095C

Text Example


Text Example

White with #24095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24095C;
 }
 .AnyTagClassName
 {
   color: #24095C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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