Html Css Color HEX #253D96 Egyptian Blue

📋 copy color: '#253D96'

red 37 ◦ green 61 ◦ blue 150

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

Shades of Egyptian Blue #253D96

Tints of Egyptian Blue #253D96

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 14.92%
G = 24.6%
B = 60.48%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#253D96 (or 0x253D96) is known color: Egyptian Blue. HEX triplet: 25, 3D and 96. RGB value is (37,61,150). Sum of RGB (Red+Green+Blue) = 37+61+150=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #253D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D96 is #DAC269. Grayscale: #3F3F3F. Windows color (decimal): -14336618 or 9846053. OLE color: 9846053.

HSL color Cylindrical-coordinate representation of color #253D96: hue angle of 227.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253D96 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 61 150 -
CMYK 0.75 0.59 0 0.41
HSL 227.26º 0.6% 0.37% -
HSV(B) 227.26º 0.75% 0.59% -
XYZ 7.94 5.93 29.58 -
YUV 63.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 37 61 150 0.75 0.59 0 0.41 227.26 0.6 0.37
Hex 25 3D 96 4B 3B 0 29 E3 3C 25
Octal 45 75 226 113 73 0 51 343 74 45
Binary 100101 111101 10010110 1001011 111011 0 101001 11100011 111100 100101

Color Harmonies of #253D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D96

Black with #253D96

Text Example


Text Example

White with #253D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,150); }

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

background-color css

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

 a { background-color: rgb(37,61,150); }

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

border-color css

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

 span { border-color: rgb(37,61,150); }

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