#242CA9

Color #242CA9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #242CA9

Tints of Persian Blue #242CA9

Color information

#242CA9 (or 0x242CA9) is unknown color: approx Persian Blue. HEX triplet: 24, 2C and A9. RGB value is (36,44,169). Sum of RGB (Red+Green+Blue) = 36+44+169=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 169 (66.41% from 255 or 67.87% from 249); Max value from RGB is 169 - color contains mainly: blue. Hex color #242CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242CA9 is #DBD356. Grayscale: #373737. Windows color (decimal): -14406487 or 11086884. OLE color: 11086884.

HSL color Cylindrical-coordinate representation of color #242CA9: hue angle of 236.39º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242CA9 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3644169-
CMYK0.790.7400.34
HSL236.39º64.88%40.2%-
HSV(B)236.39º78.7%66.27%-
XYZ8.795.0438.05-
YUV55.86191.85113.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 169 (66.41% from 255) = 67.87%
R=14.46%
G=17.67%
B=67.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36441690.790.7400.34236.3964.8840.2
Hex242CA94F4A022ec4128
Octal445425111711204235410150
Binary10010010110010101001100111110010100100010111011001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242CA9; }

 p { color: rgb(36,44,169); }

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

<style>
 a { background-color: #242CA9; }

 a { background-color: rgb(36,44,169); }

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

<style>
 span { border-color: #242CA9; }

 span { border-color: rgb(36,44,169); }

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