Html Css Color HEX #242F98 Egyptian Blue

📋 copy color: '#242F98'

red 36 ◦ green 47 ◦ blue 152

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

Shades of Egyptian Blue #242F98

Tints of Egyptian Blue #242F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.68%

R = 15.32%
G = 20%
B = 64.68%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#242F98 (or 0x242F98) is known color: Egyptian Blue. HEX triplet: 24, 2F and 98. RGB value is (36,47,152). Sum of RGB (Red+Green+Blue) = 36+47+152=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #242F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F98 is #DBD067. Grayscale: #373737. Windows color (decimal): -14405736 or 9973540. OLE color: 9973540.

HSL color Cylindrical-coordinate representation of color #242F98: hue angle of 234.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242F98 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 47 152 -
CMYK 0.76 0.69 0 0.40
HSL 234.31º 0.62% 0.37% -
HSV(B) 234.31º 0.76% 0.6% -
XYZ 7.41 4.68 30.22 -
YUV 55.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 36 47 152 0.76 0.69 0 0.40 234.31 0.62 0.37
Hex 24 2F 98 4C 45 0 28 EA 3E 25
Octal 44 57 230 114 105 0 50 352 76 45
Binary 100100 101111 10011000 1001100 1000101 0 101000 11101010 111110 100101

Color Harmonies of #242F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F98

Black with #242F98

Text Example


Text Example

White with #242F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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