#25339A

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

Shades of Egyptian Blue #25339A

Tints of Egyptian Blue #25339A

Color information

#25339A (or 0x25339A) is unknown color: approx Egyptian Blue. HEX triplet: 25, 33 and 9A. RGB value is (37,51,154). Sum of RGB (Red+Green+Blue) = 37+51+154=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #25339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25339A is #DACC65. Grayscale: #3A3A3A. Windows color (decimal): -14339174 or 10105637. OLE color: 10105637.

HSL color Cylindrical-coordinate representation of color #25339A: hue angle of 232.82º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25339A is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3751154-
CMYK0.760.6700.40
HSL232.82º61.26%37.45%-
HSV(B)232.82º75.97%60.39%-
XYZ7.785.0931.15-
YUV58.56181.86112.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 154 (60.55% from 255) = 63.64%
R=15.29%
G=21.07%
B=63.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37511540.760.6700.40232.8261.2637.45
Hex25339A4C43028e93d25
Octal45632321141030503517545
Binary1001011100111001101010011001000011010100011101001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25339A; }

 p { color: rgb(37,51,154); }

 H1.HeaderClassName
 {
   color: #25339A;
 }
 .AnyTagClassName
 {
   color: #25339A;
 }
</style>
background-color css

<style>
 a { background-color: #25339A; }

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

 div.DivClassName
 {
   background-color: #25339A;
 }
 .BgClassName
 {
   background-color: #25339A;
 }
</style>
border-color css

<style>
 span { border-color: #25339A; }

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

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