Html Css Color HEX #253898 Egyptian Blue

📋 copy color: '#253898'

red 37 ◦ green 56 ◦ blue 152

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

Shades of Egyptian Blue #253898

Tints of Egyptian Blue #253898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 15.1%
G = 22.86%
B = 62.04%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#253898 (or 0x253898) is known color: Egyptian Blue. HEX triplet: 25, 38 and 98. RGB value is (37,56,152). Sum of RGB (Red+Green+Blue) = 37+56+152=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #253898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253898 is #DAC767. Grayscale: #3C3C3C. Windows color (decimal): -14337896 or 9975845. OLE color: 9975845.

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

Color convert

RGB 37 56 152 -
CMYK 0.76 0.63 0 0.40
HSL 230.09º 0.61% 0.37% -
HSV(B) 230.09º 0.76% 0.6% -
XYZ 7.84 5.49 30.35 -
YUV 61.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 37 56 152 0.76 0.63 0 0.40 230.09 0.61 0.37
Hex 25 38 98 4C 3F 0 28 E6 3D 25
Octal 45 70 230 114 77 0 50 346 75 45
Binary 100101 111000 10011000 1001100 111111 0 101000 11100110 111101 100101

Color Harmonies of #253898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253898

Black with #253898

Text Example


Text Example

White with #253898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253898; }

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

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

background-color css

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

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

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

border-color css

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

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

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