Html Css Color HEX #242795 Egyptian Blue

📋 copy color: '#242795'

red 36 ◦ green 39 ◦ blue 149

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

Shades of Egyptian Blue #242795

Tints of Egyptian Blue #242795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 16.07%
G = 17.41%
B = 66.52%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242795 (or 0x242795) is known color: Egyptian Blue. HEX triplet: 24, 27 and 95. RGB value is (36,39,149). Sum of RGB (Red+Green+Blue) = 36+39+149=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #242795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242795 is #DBD86A. Grayscale: #323232. Windows color (decimal): -14407787 or 9774884. OLE color: 9774884.

HSL color Cylindrical-coordinate representation of color #242795: hue angle of 238.41º 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 #242795 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 39 149 -
CMYK 0.76 0.74 0 0.42
HSL 238.41º 0.61% 0.36% -
HSV(B) 238.41º 0.76% 0.58% -
XYZ 6.88 4 28.84 -
YUV 50.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 36 39 149 0.76 0.74 0 0.42 238.41 0.61 0.36
Hex 24 27 95 4C 4A 0 2A EE 3D 24
Octal 44 47 225 114 112 0 52 356 75 44
Binary 100100 100111 10010101 1001100 1001010 0 101010 11101110 111101 100100

Color Harmonies of #242795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242795

Black with #242795

Text Example


Text Example

White with #242795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242795; }

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

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

background-color css

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

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

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

border-color css

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

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

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