Html Css Color HEX #25299C Egyptian Blue

📋 copy color: '#25299C'

red 37 ◦ green 41 ◦ blue 156

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

Shades of Egyptian Blue #25299C

Tints of Egyptian Blue #25299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 15.81%
G = 17.52%
B = 66.67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25299C (or 0x25299C) is known color: Egyptian Blue. HEX triplet: 25, 29 and 9C. RGB value is (37,41,156). Sum of RGB (Red+Green+Blue) = 37+41+156=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #25299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25299C is #DAD663. Grayscale: #343434. Windows color (decimal): -14341732 or 10234149. OLE color: 10234149.

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

Color convert

RGB 37 41 156 -
CMYK 0.76 0.74 0 0.39
HSL 237.98º 0.62% 0.38% -
HSV(B) 237.98º 0.76% 0.61% -
XYZ 7.56 4.38 31.9 -
YUV 52.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 37 41 156 0.76 0.74 0 0.39 237.98 0.62 0.38
Hex 25 29 9C 4C 4A 0 27 EE 3E 26
Octal 45 51 234 114 112 0 47 356 76 46
Binary 100101 101001 10011100 1001100 1001010 0 100111 11101110 111110 100110

Color Harmonies of #25299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25299C

Black with #25299C

Text Example


Text Example

White with #25299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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