Html Css Color HEX #253A93 Egyptian Blue

📋 copy color: '#253A93'

red 37 ◦ green 58 ◦ blue 147

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

Shades of Egyptian Blue #253A93

Tints of Egyptian Blue #253A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 147 (57.81% from 255) = 60.74%

R = 15.29%
G = 23.97%
B = 60.74%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#253A93 (or 0x253A93) is known color: Egyptian Blue. HEX triplet: 25, 3A and 93. RGB value is (37,58,147). Sum of RGB (Red+Green+Blue) = 37+58+147=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #253A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253A93 is #DAC56C. Grayscale: #3D3D3D. Windows color (decimal): -14337389 or 9648677. OLE color: 9648677.

HSL color Cylindrical-coordinate representation of color #253A93: hue angle of 228.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253A93 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 58 147 -
CMYK 0.75 0.61 0 0.42
HSL 228.55º 0.6% 0.36% -
HSV(B) 228.55º 0.75% 0.58% -
XYZ 7.54 5.53 28.27 -
YUV 61.87 176.04 110.26 -
System Red Green Blue C M Y K H S L
Decimal 37 58 147 0.75 0.61 0 0.42 228.55 0.6 0.36
Hex 25 3A 93 4B 3D 0 2A E5 3C 24
Octal 45 72 223 113 75 0 52 345 74 44
Binary 100101 111010 10010011 1001011 111101 0 101010 11100101 111100 100100

Color Harmonies of #253A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A93

Black with #253A93

Text Example


Text Example

White with #253A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253A93; }

 p { color: rgb(37,58,147); }

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

background-color css

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

 a { background-color: rgb(37,58,147); }

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

border-color css

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

 span { border-color: rgb(37,58,147); }

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