#240A5F

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

Shades of Christalle #240A5F

Tints of Christalle #240A5F

Color information

#240A5F (or 0x240A5F) is unknown color: approx Christalle. HEX triplet: 24, 0A and 5F. RGB value is (36,10,95). Sum of RGB (Red+Green+Blue) = 36+10+95=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 95 (37.5% from 255 or 67.38% from 141); Max value from RGB is 95 - color contains mainly: blue. Hex color #240A5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A5F is #DBF5A0. Grayscale: #1B1B1B. Windows color (decimal): -14415265 or 6228516. OLE color: 6228516.

HSL color Cylindrical-coordinate representation of color #240A5F: hue angle of 258.35º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240A5F is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB361095-
CMYK0.620.8900.63
HSL258.35º80.95%20.59%-
HSV(B)258.35º89.47%37.25%-
XYZ2.91.4210.95-
YUV27.46166.11134.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.53%
GREEN value IS 10 (4.30% from 255) = 7.09%
BLUE value IS 95 (37.5% from 255) = 67.38%
R=25.53%
G=7.09%
B=67.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3610950.620.8900.63258.3580.9520.59
Hex24A5F3E5903F1025115
Octal44121377613107740212125
Binary1001001010101111111111010110010111111100000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A5F; }

 p { color: rgb(36,10,95); }

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

<style>
 a { background-color: #240A5F; }

 a { background-color: rgb(36,10,95); }

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

<style>
 span { border-color: #240A5F; }

 span { border-color: rgb(36,10,95); }

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