Html Css Color HEX #25329C Egyptian Blue

📋 copy color: '#25329C'

red 37 ◦ green 50 ◦ blue 156

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

Shades of Egyptian Blue #25329C

Tints of Egyptian Blue #25329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 15.23%
G = 20.58%
B = 64.2%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25329C (or 0x25329C) is known color: Egyptian Blue. HEX triplet: 25, 32 and 9C. RGB value is (37,50,156). Sum of RGB (Red+Green+Blue) = 37+50+156=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #25329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25329C is #DACD63. Grayscale: #393939. Windows color (decimal): -14339428 or 10236453. OLE color: 10236453.

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

Color convert

RGB 37 50 156 -
CMYK 0.76 0.68 0 0.39
HSL 233.45º 0.62% 0.38% -
HSV(B) 233.45º 0.76% 0.61% -
XYZ 7.9 5.07 32.02 -
YUV 58.2 183.19 112.88 -
System Red Green Blue C M Y K H S L
Decimal 37 50 156 0.76 0.68 0 0.39 233.45 0.62 0.38
Hex 25 32 9C 4C 44 0 27 E9 3E 26
Octal 45 62 234 114 104 0 47 351 76 46
Binary 100101 110010 10011100 1001100 1000100 0 100111 11101001 111110 100110

Color Harmonies of #25329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25329C

Black with #25329C

Text Example


Text Example

White with #25329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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