#24075D

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

Shades of Christalle #24075D

Tints of Christalle #24075D

Color information

#24075D (or 0x24075D) is unknown color: approx Christalle. HEX triplet: 24, 07 and 5D. RGB value is (36,7,93). Sum of RGB (Red+Green+Blue) = 36+7+93=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #24075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24075D is #DBF8A2. Grayscale: #191919. Windows color (decimal): -14416035 or 6096676. OLE color: 6096676.

HSL color Cylindrical-coordinate representation of color #24075D: hue angle of 260.23º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24075D is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36793-
CMYK0.610.9200.64
HSL260.23º86%19.61%-
HSV(B)260.23º92.47%36.47%-
XYZ2.781.3210.46-
YUV25.48166.11135.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 93 (36.72% from 255) = 68.38%
R=26.47%
G=5.15%
B=68.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal367930.610.9200.64260.238619.61
Hex2475D3D5C0401045614
Octal44713575134010040412624
Binary1001001111011101111101101110001000000100000100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24075D; }

 p { color: rgb(36,7,93); }

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

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

 a { background-color: rgb(36,7,93); }

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

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

 span { border-color: rgb(36,7,93); }

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