Html Css Color HEX #242F95 Egyptian Blue

📋 copy color: '#242F95'

red 36 ◦ green 47 ◦ blue 149

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

Shades of Egyptian Blue #242F95

Tints of Egyptian Blue #242F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.22%

R = 15.52%
G = 20.26%
B = 64.22%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242F95 (or 0x242F95) is known color: Egyptian Blue. HEX triplet: 24, 2F and 95. RGB value is (36,47,149). Sum of RGB (Red+Green+Blue) = 36+47+149=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #242F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F95 is #DBD06A. Grayscale: #363636. Windows color (decimal): -14405739 or 9776932. OLE color: 9776932.

HSL color Cylindrical-coordinate representation of color #242F95: hue angle of 234.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242F95 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 47 149 -
CMYK 0.76 0.68 0 0.42
HSL 234.16º 0.61% 0.36% -
HSV(B) 234.16º 0.76% 0.58% -
XYZ 7.17 4.58 28.94 -
YUV 55.34 180.86 114.21 -
System Red Green Blue C M Y K H S L
Decimal 36 47 149 0.76 0.68 0 0.42 234.16 0.61 0.36
Hex 24 2F 95 4C 44 0 2A EA 3D 24
Octal 44 57 225 114 104 0 52 352 75 44
Binary 100100 101111 10010101 1001100 1000100 0 101010 11101010 111101 100100

Color Harmonies of #242F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F95

Black with #242F95

Text Example


Text Example

White with #242F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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