Html Css Color HEX #25259C Egyptian Blue

📋 copy color: '#25259C'

red 37 ◦ green 37 ◦ blue 156

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

Shades of Egyptian Blue #25259C

Tints of Egyptian Blue #25259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

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

R = 16.09%
G = 16.09%
B = 67.83%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25259C (or 0x25259C) is known color: Egyptian Blue. HEX triplet: 25, 25 and 9C. RGB value is (37,37,156). Sum of RGB (Red+Green+Blue) = 37+37+156=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #25259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25259C is #DADA63. Grayscale: #323232. Windows color (decimal): -14342756 or 10233125. OLE color: 10233125.

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

Color convert

RGB 37 37 156 -
CMYK 0.76 0.76 0 0.39
HSL 240º 0.62% 0.38% -
HSV(B) 240º 0.76% 0.61% -
XYZ 7.43 4.12 31.86 -
YUV 50.57 187.5 118.32 -
System Red Green Blue C M Y K H S L
Decimal 37 37 156 0.76 0.76 0 0.39 240 0.62 0.38
Hex 25 25 9C 4C 4C 0 27 F0 3E 26
Octal 45 45 234 114 114 0 47 360 76 46
Binary 100101 100101 10011100 1001100 1001100 0 100111 11110000 111110 100110

Color Harmonies of #25259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25259C

Black with #25259C

Text Example


Text Example

White with #25259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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