Html Css Color HEX #242F9F Egyptian Blue

📋 copy color: '#242F9F'

red 36 ◦ green 47 ◦ blue 159

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

Shades of Egyptian Blue #242F9F

Tints of Egyptian Blue #242F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.7%

R = 14.88%
G = 19.42%
B = 65.7%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#242F9F (or 0x242F9F) is known color: Egyptian Blue. HEX triplet: 24, 2F and 9F. RGB value is (36,47,159). Sum of RGB (Red+Green+Blue) = 36+47+159=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #242F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F9F is #DBD060. Grayscale: #383838. Windows color (decimal): -14405729 or 10432292. OLE color: 10432292.

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

Color convert

RGB 36 47 159 -
CMYK 0.77 0.70 0 0.38
HSL 234.63º 0.63% 0.38% -
HSV(B) 234.63º 0.77% 0.62% -
XYZ 8 4.91 33.33 -
YUV 56.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 36 47 159 0.77 0.70 0 0.38 234.63 0.63 0.38
Hex 24 2F 9F 4D 46 0 26 EB 3F 26
Octal 44 57 237 115 106 0 46 353 77 46
Binary 100100 101111 10011111 1001101 1000110 0 100110 11101011 111111 100110

Color Harmonies of #242F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F9F

Black with #242F9F

Text Example


Text Example

White with #242F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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