#242DA9

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

Shades of Persian Blue #242DA9

Tints of Persian Blue #242DA9

Color information

#242DA9 (or 0x242DA9) is unknown color: approx Persian Blue. HEX triplet: 24, 2D and A9. RGB value is (36,45,169). Sum of RGB (Red+Green+Blue) = 36+45+169=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #242DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242DA9 is #DBD256. Grayscale: #373737. Windows color (decimal): -14406231 or 11087140. OLE color: 11087140.

HSL color Cylindrical-coordinate representation of color #242DA9: hue angle of 235.94º 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 #242DA9 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3645169-
CMYK0.790.7300.34
HSL235.94º64.88%40.2%-
HSV(B)235.94º78.7%66.27%-
XYZ8.835.1238.06-
YUV56.45191.52113.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 169 (66.41% from 255) = 67.6%
R=14.4%
G=18%
B=67.6%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36451690.790.7300.34235.9464.8840.2
Hex242DA94F49022ec4128
Octal445525111711104235410150
Binary10010010110110101001100111110010010100010111011001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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