Html Css Color HEX #252E90 Egyptian Blue

📋 copy color: '#252E90'

red 37 ◦ green 46 ◦ blue 144

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

Shades of Egyptian Blue #252E90

Tints of Egyptian Blue #252E90

RGB

 RED value IS 37 (14.84% from 255) = 16.3%

 GREEN value IS 46 (18.36% from 255) = 20.26%

 BLUE value IS 144 (56.64% from 255) = 63.44%

R = 16.3%
G = 20.26%
B = 63.44%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#252E90 (or 0x252E90) is known color: Egyptian Blue. HEX triplet: 25, 2E and 90. RGB value is (37,46,144). Sum of RGB (Red+Green+Blue) = 37+46+144=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #252E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E90 is #DAD16F. Grayscale: #363636. Windows color (decimal): -14340464 or 9448997. OLE color: 9448997.

HSL color Cylindrical-coordinate representation of color #252E90: hue angle of 234.95º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252E90 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 46 144 -
CMYK 0.74 0.68 0 0.44
HSL 234.95º 0.59% 0.35% -
HSV(B) 234.95º 0.74% 0.56% -
XYZ 6.77 4.36 26.87 -
YUV 54.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 37 46 144 0.74 0.68 0 0.44 234.95 0.59 0.35
Hex 25 2E 90 4A 44 0 2C EB 3B 23
Octal 45 56 220 112 104 0 54 353 73 43
Binary 100101 101110 10010000 1001010 1000100 0 101100 11101011 111011 100011

Color Harmonies of #252E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E90

Black with #252E90

Text Example


Text Example

White with #252E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252E90; }

 p { color: rgb(37,46,144); }

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

background-color css

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

 a { background-color: rgb(37,46,144); }

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

border-color css

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

 span { border-color: rgb(37,46,144); }

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