Html Css Color HEX #253BA6 Egyptian Blue

📋 copy color: '#253BA6'

red 37 ◦ green 59 ◦ blue 166

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

Shades of Egyptian Blue #253BA6

Tints of Egyptian Blue #253BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.52%

 BLUE value IS 166 (65.23% from 255) = 63.36%

R = 14.12%
G = 22.52%
B = 63.36%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#253BA6 (or 0x253BA6) is known color: Egyptian Blue. HEX triplet: 25, 3B and A6. RGB value is (37,59,166). Sum of RGB (Red+Green+Blue) = 37+59+166=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #253BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253BA6 is #DAC459. Grayscale: #404040. Windows color (decimal): -14337114 or 10894117. OLE color: 10894117.

HSL color Cylindrical-coordinate representation of color #253BA6: hue angle of 229.77º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253BA6 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 59 166 -
CMYK 0.78 0.64 0 0.35
HSL 229.77º 0.64% 0.4% -
HSV(B) 229.77º 0.78% 0.65% -
XYZ 9.21 6.27 36.8 -
YUV 64.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 37 59 166 0.78 0.64 0 0.35 229.77 0.64 0.4
Hex 25 3B A6 4E 40 0 23 E6 40 28
Octal 45 73 246 116 100 0 43 346 100 50
Binary 100101 111011 10100110 1001110 1000000 0 100011 11100110 1000000 101000

Color Harmonies of #253BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BA6

Black with #253BA6

Text Example


Text Example

White with #253BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,59,166); }

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

background-color css

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

 a { background-color: rgb(37,59,166); }

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

border-color css

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

 span { border-color: rgb(37,59,166); }

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