#242ec5

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

Shades of Persian Blue #242EC5

Tints of Persian Blue #242EC5

Color information

#242EC5 (or 0x242EC5) is unknown color: approx Persian Blue. HEX triplet: 24, 2E and C5. RGB value is (36,46,197). Sum of RGB (Red+Green+Blue) = 36+46+197=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 197 (77.34% from 255 or 70.61% from 279); Max value from RGB is 197 - color contains mainly: blue. Hex color #242EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EC5 is #DBD13A. Grayscale: #3B3B3B. Windows color (decimal): -14405947 or 12922404. OLE color: 12922404.

HSL color Cylindrical-coordinate representation of color #242EC5: hue angle of 236.27º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242EC5 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3646197-
CMYK0.820.7700.23
HSL236.27º69.1%45.69%-
HSV(B)236.27º81.73%77.25%-
XYZ11.786.3653.43-
YUV60.22205.19110.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 197 (77.34% from 255) = 70.61%
R=12.90%
G=16.49%
B=70.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal36461970.820.7700.23236.2769.145.69
Hex242EC5524D017ec452e
Octal445630512211502735410556
Binary1001001011101100010110100101001101010111111011001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242ec5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,46,197); }

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

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

 a { background-color: rgb(36,46,197); }

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

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

 span { border-color: rgb(36,46,197); }

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