#242DE3

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

Shades of Persian Blue #242DE3

Tints of Persian Blue #242DE3

Color information

#242DE3 (or 0x242DE3) is unknown color: approx Persian Blue. HEX triplet: 24, 2D and E3. RGB value is (36,45,227). Sum of RGB (Red+Green+Blue) = 36+45+227=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 227 (89.06% from 255 or 73.70% from 308); Max value from RGB is 227 - color contains mainly: blue. Hex color #242DE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242DE3 is #DBD21C. Grayscale: #3E3E3E. Windows color (decimal): -14406173 or 14888228. OLE color: 14888228.

HSL color Cylindrical-coordinate representation of color #242DE3: hue angle of 237.17º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #242DE3 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3645227-
CMYK0.840.8000.11
HSL237.17º77.33%51.57%-
HSV(B)237.17º84.14%89.02%-
XYZ15.537.873.36-
YUV63.06220.52108.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.69%
GREEN value IS 45 (17.97% from 255) = 14.61%
BLUE value IS 227 (89.06% from 255) = 73.70%
R=11.69%
G=14.61%
B=73.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal36452270.840.8000.11237.1777.3351.57
Hex242DE354500Bed4d34
Octal445534312412001335511564
Binary100100101101111000111010100101000001011111011011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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