Html Css Color HEX #242FA3 Egyptian Blue

📋 copy color: '#242FA3'

red 36 ◦ green 47 ◦ blue 163

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

Shades of Egyptian Blue #242FA3

Tints of Egyptian Blue #242FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 66.26%

R = 14.63%
G = 19.11%
B = 66.26%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#242FA3 (or 0x242FA3) is known color: Egyptian Blue. HEX triplet: 24, 2F and A3. RGB value is (36,47,163). Sum of RGB (Red+Green+Blue) = 36+47+163=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #242FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242FA3 is #DBD05C. Grayscale: #383838. Windows color (decimal): -14405725 or 10694436. OLE color: 10694436.

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

Color convert

RGB 36 47 163 -
CMYK 0.78 0.71 0 0.36
HSL 234.8º 0.64% 0.39% -
HSV(B) 234.8º 0.78% 0.64% -
XYZ 8.35 5.05 35.19 -
YUV 56.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 36 47 163 0.78 0.71 0 0.36 234.8 0.64 0.39
Hex 24 2F A3 4E 47 0 24 EB 40 27
Octal 44 57 243 116 107 0 44 353 100 47
Binary 100100 101111 10100011 1001110 1000111 0 100100 11101011 1000000 100111

Color Harmonies of #242FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FA3

Black with #242FA3

Text Example


Text Example

White with #242FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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