#25289C

Color #25289C Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #25289C

Tints of Egyptian Blue #25289C

Color information

#25289C (or 0x25289C) is unknown color: approx 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

RGB3740156-
CMYK0.760.7400.39
HSL238.49º61.66%37.84%-
HSV(B)238.49º76.28%61.18%-
XYZ7.524.3131.89-
YUV52.33186.51117.07-

RGB Variations

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

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 (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37401560.760.7400.39238.4961.6637.84
Hex25289C4C4A027ee3e26
Octal45502341141120473567646
Binary1001011010001001110010011001001010010011111101110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25289C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>