Html Css Color HEX #253099 Egyptian Blue

📋 copy color: '#253099'

red 37 ◦ green 48 ◦ blue 153

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

Shades of Egyptian Blue #253099

Tints of Egyptian Blue #253099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 15.55%
G = 20.17%
B = 64.29%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#253099 (or 0x253099) is known color: Egyptian Blue. HEX triplet: 25, 30 and 99. RGB value is (37,48,153). Sum of RGB (Red+Green+Blue) = 37+48+153=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #253099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253099 is #DACF66. Grayscale: #383838. Windows color (decimal): -14339943 or 10039333. OLE color: 10039333.

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

Color convert

RGB 37 48 153 -
CMYK 0.76 0.69 0 0.4
HSL 234.31º 0.61% 0.37% -
HSV(B) 234.31º 0.76% 0.6% -
XYZ 7.57 4.81 30.67 -
YUV 56.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 37 48 153 0.76 0.69 0 0.4 234.31 0.61 0.37
Hex 25 30 99 4C 45 0 28 EA 3D 25
Octal 45 60 231 114 105 0 50 352 75 45
Binary 100101 110000 10011001 1001100 1000101 0 101000 11101010 111101 100101

Color Harmonies of #253099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253099

Black with #253099

Text Example


Text Example

White with #253099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253099; }

 p { color: rgb(37,48,153); }

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

background-color css

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

 a { background-color: rgb(37,48,153); }

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

border-color css

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

 span { border-color: rgb(37,48,153); }

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