Html Css Color HEX #253498 Egyptian Blue

📋 copy color: '#253498'

red 37 ◦ green 52 ◦ blue 152

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

Shades of Egyptian Blue #253498

Tints of Egyptian Blue #253498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 15.35%
G = 21.58%
B = 63.07%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#253498 (or 0x253498) is known color: Egyptian Blue. HEX triplet: 25, 34 and 98. RGB value is (37,52,152). Sum of RGB (Red+Green+Blue) = 37+52+152=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #253498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253498 is #DACB67. Grayscale: #3A3A3A. Windows color (decimal): -14338920 or 9974821. OLE color: 9974821.

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

Color convert

RGB 37 52 152 -
CMYK 0.76 0.66 0 0.40
HSL 232.17º 0.61% 0.37% -
HSV(B) 232.17º 0.76% 0.6% -
XYZ 7.66 5.12 30.29 -
YUV 58.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 37 52 152 0.76 0.66 0 0.40 232.17 0.61 0.37
Hex 25 34 98 4C 42 0 28 E8 3D 25
Octal 45 64 230 114 102 0 50 350 75 45
Binary 100101 110100 10011000 1001100 1000010 0 101000 11101000 111101 100101

Color Harmonies of #253498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253498

Black with #253498

Text Example


Text Example

White with #253498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253498; }

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

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

background-color css

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

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

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

border-color css

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

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

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