Html Css Color HEX #242BA1 Egyptian Blue

📋 copy color: '#242BA1'

red 36 ◦ green 43 ◦ blue 161

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

Shades of Egyptian Blue #242BA1

Tints of Egyptian Blue #242BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 67.08%

R = 15%
G = 17.92%
B = 67.08%

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

#242BA1 (or 0x242BA1) is known color: Egyptian Blue. HEX triplet: 24, 2B and A1. RGB value is (36,43,161). Sum of RGB (Red+Green+Blue) = 36+43+161=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 161 (63.28% from 255 or 67.08% from 240); Max value from RGB is 161 - color contains mainly: blue. Hex color #242BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242BA1 is #DBD45E. Grayscale: #353535. Windows color (decimal): -14406751 or 10562340. OLE color: 10562340.

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

Color convert

RGB 36 43 161 -
CMYK 0.78 0.73 0 0.37
HSL 236.64º 0.63% 0.39% -
HSV(B) 236.64º 0.78% 0.63% -
XYZ 8.02 4.68 34.2 -
YUV 54.36 188.18 114.91 -
System Red Green Blue C M Y K H S L
Decimal 36 43 161 0.78 0.73 0 0.37 236.64 0.63 0.39
Hex 24 2B A1 4E 49 0 25 ED 3F 27
Octal 44 53 241 116 111 0 45 355 77 47
Binary 100100 101011 10100001 1001110 1001001 0 100101 11101101 111111 100111

Color Harmonies of #242BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242BA1

Black with #242BA1

Text Example


Text Example

White with #242BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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