Html Css Color HEX #242BA0 Egyptian Blue

📋 copy color: '#242BA0'

red 36 ◦ green 43 ◦ blue 160

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

Shades of Egyptian Blue #242BA0

Tints of Egyptian Blue #242BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

 BLUE value IS 160 (62.89% from 255) = 66.95%

R = 15.06%
G = 17.99%
B = 66.95%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#242BA0 (or 0x242BA0) is known color: Egyptian Blue. HEX triplet: 24, 2B and A0. RGB value is (36,43,160). Sum of RGB (Red+Green+Blue) = 36+43+160=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #242BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242BA0 is #DBD45F. Grayscale: #353535. Windows color (decimal): -14406752 or 10496804. OLE color: 10496804.

HSL color Cylindrical-coordinate representation of color #242BA0: hue angle of 236.61º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242BA0 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 43 160 -
CMYK 0.78 0.73 0 0.37
HSL 236.61º 0.63% 0.38% -
HSV(B) 236.61º 0.78% 0.63% -
XYZ 7.94 4.64 33.74 -
YUV 54.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 36 43 160 0.78 0.73 0 0.37 236.61 0.63 0.38
Hex 24 2B A0 4E 49 0 25 ED 3F 26
Octal 44 53 240 116 111 0 45 355 77 46
Binary 100100 101011 10100000 1001110 1001001 0 100101 11101101 111111 100110

Color Harmonies of #242BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242BA0

Black with #242BA0

Text Example


Text Example

White with #242BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,43,160); }

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

background-color css

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

 a { background-color: rgb(36,43,160); }

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

border-color css

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

 span { border-color: rgb(36,43,160); }

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