Html Css Color HEX #25359B Egyptian Blue

📋 copy color: '#25359B'

red 37 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #25359B

Tints of Egyptian Blue #25359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 15.1%
G = 21.63%
B = 63.27%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25359B (or 0x25359B) is known color: Egyptian Blue. HEX triplet: 25, 35 and 9B. RGB value is (37,53,155). Sum of RGB (Red+Green+Blue) = 37+53+155=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #25359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25359B is #DACA64. Grayscale: #3B3B3B. Windows color (decimal): -14338661 or 10171685. OLE color: 10171685.

HSL color Cylindrical-coordinate representation of color #25359B: hue angle of 231.86º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25359B is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 53 155 -
CMYK 0.76 0.66 0 0.39
HSL 231.86º 0.61% 0.38% -
HSV(B) 231.86º 0.76% 0.61% -
XYZ 7.95 5.31 31.62 -
YUV 59.84 181.7 111.71 -
System Red Green Blue C M Y K H S L
Decimal 37 53 155 0.76 0.66 0 0.39 231.86 0.61 0.38
Hex 25 35 9B 4C 42 0 27 E8 3D 26
Octal 45 65 233 114 102 0 47 350 75 46
Binary 100101 110101 10011011 1001100 1000010 0 100111 11101000 111101 100110

Color Harmonies of #25359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25359B

Black with #25359B

Text Example


Text Example

White with #25359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25359B; }

 p { color: rgb(37,53,155); }

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

background-color css

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

 a { background-color: rgb(37,53,155); }

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

border-color css

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

 span { border-color: rgb(37,53,155); }

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