Html Css Color HEX #242EE0 Persian Blue

📋 copy color: '#242EE0'

red 36 ◦ green 46 ◦ blue 224

#242EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #242EE0

Tints of Persian Blue #242EE0

RGB

 RED value IS 36 (14.45% from 255) = 11.76%

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 224 (87.89% from 255) = 73.2%

R = 11.76%
G = 15.03%
B = 73.2%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#242EE0 (or 0x242EE0) is known color: Persian Blue. HEX triplet: 24, 2E and E0. RGB value is (36,46,224). Sum of RGB (Red+Green+Blue) = 36+46+224=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #242EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EE0 is #DBD11F. Grayscale: #3E3E3E. Windows color (decimal): -14405920 or 14691876. OLE color: 14691876.

HSL color Cylindrical-coordinate representation of color #242EE0: hue angle of 236.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #242EE0 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 46 224 -
CMYK 0.84 0.79 0 0.12
HSL 236.81º 0.75% 0.51% -
HSV(B) 236.81º 0.84% 0.88% -
XYZ 15.16 7.71 71.21 -
YUV 63.3 218.69 108.53 -
System Red Green Blue C M Y K H S L
Decimal 36 46 224 0.84 0.79 0 0.12 236.81 0.75 0.51
Hex 24 2E E0 54 4F 0 C ED 4B 33
Octal 44 56 340 124 117 0 14 355 113 63
Binary 100100 101110 11100000 1010100 1001111 0 1100 11101101 1001011 110011

Color Harmonies of #242EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242EE0

Black with #242EE0

Text Example


Text Example

White with #242EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #242EE0;
 }
 .AnyTagClassName
 {
   color: #242EE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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