Html Css Color HEX #253395 Egyptian Blue

📋 copy color: '#253395'

red 37 ◦ green 51 ◦ blue 149

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

Shades of Egyptian Blue #253395

Tints of Egyptian Blue #253395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 15.61%
G = 21.52%
B = 62.87%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#253395 (or 0x253395) is known color: Egyptian Blue. HEX triplet: 25, 33 and 95. RGB value is (37,51,149). Sum of RGB (Red+Green+Blue) = 37+51+149=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #253395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253395 is #DACC6A. Grayscale: #393939. Windows color (decimal): -14339179 or 9777957. OLE color: 9777957.

HSL color Cylindrical-coordinate representation of color #253395: hue angle of 232.5º 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 #253395 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 51 149 -
CMYK 0.75 0.66 0 0.42
HSL 232.5º 0.6% 0.36% -
HSV(B) 232.5º 0.75% 0.58% -
XYZ 7.37 4.93 29 -
YUV 57.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 37 51 149 0.75 0.66 0 0.42 232.5 0.6 0.36
Hex 25 33 95 4B 42 0 2A E8 3C 24
Octal 45 63 225 113 102 0 52 350 74 44
Binary 100101 110011 10010101 1001011 1000010 0 101010 11101000 111100 100100

Color Harmonies of #253395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253395

Black with #253395

Text Example


Text Example

White with #253395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253395; }

 p { color: rgb(37,51,149); }

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

background-color css

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

 a { background-color: rgb(37,51,149); }

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

border-color css

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

 span { border-color: rgb(37,51,149); }

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