Html Css Color HEX #25399C Egyptian Blue

📋 copy color: '#25399C'

red 37 ◦ green 57 ◦ blue 156

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

Shades of Egyptian Blue #25399C

Tints of Egyptian Blue #25399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

 BLUE value IS 156 (61.33% from 255) = 62.4%

R = 14.8%
G = 22.8%
B = 62.4%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25399C (or 0x25399C) is known color: Egyptian Blue. HEX triplet: 25, 39 and 9C. RGB value is (37,57,156). Sum of RGB (Red+Green+Blue) = 37+57+156=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #25399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25399C is #DAC663. Grayscale: #3D3D3D. Windows color (decimal): -14337636 or 10238245. OLE color: 10238245.

HSL color Cylindrical-coordinate representation of color #25399C: hue angle of 229.92º degrees, saturation: 0.62, 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 #25399C is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 57 156 -
CMYK 0.76 0.63 0 0.39
HSL 229.92º 0.62% 0.38% -
HSV(B) 229.92º 0.76% 0.61% -
XYZ 8.23 5.72 32.12 -
YUV 62.31 180.87 109.95 -
System Red Green Blue C M Y K H S L
Decimal 37 57 156 0.76 0.63 0 0.39 229.92 0.62 0.38
Hex 25 39 9C 4C 3F 0 27 E6 3E 26
Octal 45 71 234 114 77 0 47 346 76 46
Binary 100101 111001 10011100 1001100 111111 0 100111 11100110 111110 100110

Color Harmonies of #25399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25399C

Black with #25399C

Text Example


Text Example

White with #25399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25399C; }

 p { color: rgb(37,57,156); }

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

background-color css

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

 a { background-color: rgb(37,57,156); }

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

border-color css

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

 span { border-color: rgb(37,57,156); }

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