Html Css Color HEX #252798 Egyptian Blue

📋 copy color: '#252798'

red 37 ◦ green 39 ◦ blue 152

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

Shades of Egyptian Blue #252798

Tints of Egyptian Blue #252798

RGB

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

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

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

R = 16.23%
G = 17.11%
B = 66.67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#252798 (or 0x252798) is known color: Egyptian Blue. HEX triplet: 25, 27 and 98. RGB value is (37,39,152). Sum of RGB (Red+Green+Blue) = 37+39+152=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #252798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252798 is #DAD867. Grayscale: #323232. Windows color (decimal): -14342248 or 9971493. OLE color: 9971493.

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

Color convert

RGB 37 39 152 -
CMYK 0.76 0.74 0 0.40
HSL 238.96º 0.61% 0.37% -
HSV(B) 238.96º 0.76% 0.6% -
XYZ 7.16 4.11 30.12 -
YUV 51.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 37 39 152 0.76 0.74 0 0.40 238.96 0.61 0.37
Hex 25 27 98 4C 4A 0 28 EF 3D 25
Octal 45 47 230 114 112 0 50 357 75 45
Binary 100101 100111 10011000 1001100 1001010 0 101000 11101111 111101 100101

Color Harmonies of #252798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252798

Black with #252798

Text Example


Text Example

White with #252798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252798; }

 p { color: rgb(37,39,152); }

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

background-color css

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

 a { background-color: rgb(37,39,152); }

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

border-color css

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

 span { border-color: rgb(37,39,152); }

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