Html Css Color HEX #253DA3 Egyptian Blue

📋 copy color: '#253DA3'

red 37 ◦ green 61 ◦ blue 163

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

Shades of Egyptian Blue #253DA3

Tints of Egyptian Blue #253DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 62.45%

R = 14.18%
G = 23.37%
B = 62.45%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#253DA3 (or 0x253DA3) is known color: Egyptian Blue. HEX triplet: 25, 3D and A3. RGB value is (37,61,163). Sum of RGB (Red+Green+Blue) = 37+61+163=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 163 (64.06% from 255 or 62.45% from 261); Max value from RGB is 163 - color contains mainly: blue. Hex color #253DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253DA3 is #DAC25C. Grayscale: #414141. Windows color (decimal): -14336605 or 10698021. OLE color: 10698021.

HSL color Cylindrical-coordinate representation of color #253DA3: hue angle of 228.57º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #253DA3 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 61 163 -
CMYK 0.77 0.63 0 0.36
HSL 228.57º 0.63% 0.39% -
HSV(B) 228.57º 0.77% 0.64% -
XYZ 9.04 6.38 35.4 -
YUV 65.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 37 61 163 0.77 0.63 0 0.36 228.57 0.63 0.39
Hex 25 3D A3 4D 3F 0 24 E5 3F 27
Octal 45 75 243 115 77 0 44 345 77 47
Binary 100101 111101 10100011 1001101 111111 0 100100 11100101 111111 100111

Color Harmonies of #253DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DA3

Black with #253DA3

Text Example


Text Example

White with #253DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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