Html Css Color HEX #25289C Egyptian Blue

📋 copy color: '#25289C'

red 37 ◦ green 40 ◦ blue 156

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

Shades of Egyptian Blue #25289C

Tints of Egyptian Blue #25289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 15.88%
G = 17.17%
B = 66.95%

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

#25289C (or 0x25289C) is known color: Egyptian Blue. HEX triplet: 25, 28 and 9C. RGB value is (37,40,156). Sum of RGB (Red+Green+Blue) = 37+40+156=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #25289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25289C is #DAD763. Grayscale: #333333. Windows color (decimal): -14341988 or 10233893. OLE color: 10233893.

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

Color convert

RGB 37 40 156 -
CMYK 0.76 0.74 0 0.39
HSL 238.49º 0.62% 0.38% -
HSV(B) 238.49º 0.76% 0.61% -
XYZ 7.52 4.31 31.89 -
YUV 52.33 186.51 117.07 -
System Red Green Blue C M Y K H S L
Decimal 37 40 156 0.76 0.74 0 0.39 238.49 0.62 0.38
Hex 25 28 9C 4C 4A 0 27 EE 3E 26
Octal 45 50 234 114 112 0 47 356 76 46
Binary 100101 101000 10011100 1001100 1001010 0 100111 11101110 111110 100110

Color Harmonies of #25289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25289C

Black with #25289C

Text Example


Text Example

White with #25289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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