Html Css Color HEX #242F90 Egyptian Blue

📋 copy color: '#242F90'

red 36 ◦ green 47 ◦ blue 144

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

Shades of Egyptian Blue #242F90

Tints of Egyptian Blue #242F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

 BLUE value IS 144 (56.64% from 255) = 63.44%

R = 15.86%
G = 20.7%
B = 63.44%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242F90 (or 0x242F90) is known color: Egyptian Blue. HEX triplet: 24, 2F and 90. RGB value is (36,47,144). Sum of RGB (Red+Green+Blue) = 36+47+144=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #242F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F90 is #DBD06F. Grayscale: #363636. Windows color (decimal): -14405744 or 9449252. OLE color: 9449252.

HSL color Cylindrical-coordinate representation of color #242F90: hue angle of 233.89º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242F90 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 47 144 -
CMYK 0.75 0.67 0 0.44
HSL 233.89º 0.6% 0.35% -
HSV(B) 233.89º 0.75% 0.56% -
XYZ 6.78 4.42 26.88 -
YUV 54.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 36 47 144 0.75 0.67 0 0.44 233.89 0.6 0.35
Hex 24 2F 90 4B 43 0 2C EA 3C 23
Octal 44 57 220 113 103 0 54 352 74 43
Binary 100100 101111 10010000 1001011 1000011 0 101100 11101010 111100 100011

Color Harmonies of #242F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F90

Black with #242F90

Text Example


Text Example

White with #242F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,47,144); }

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

background-color css

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

 a { background-color: rgb(36,47,144); }

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

border-color css

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

 span { border-color: rgb(36,47,144); }

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