Html Css Color HEX #25339D Egyptian Blue

📋 copy color: '#25339D'

red 37 ◦ green 51 ◦ blue 157

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

Shades of Egyptian Blue #25339D

Tints of Egyptian Blue #25339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

 BLUE value IS 157 (61.72% from 255) = 64.08%

R = 15.1%
G = 20.82%
B = 64.08%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25339D (or 0x25339D) is known color: Egyptian Blue. HEX triplet: 25, 33 and 9D. RGB value is (37,51,157). Sum of RGB (Red+Green+Blue) = 37+51+157=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #25339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25339D is #DACC62. Grayscale: #3A3A3A. Windows color (decimal): -14339171 or 10302245. OLE color: 10302245.

HSL color Cylindrical-coordinate representation of color #25339D: hue angle of 233º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25339D is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 51 157 -
CMYK 0.76 0.68 0 0.38
HSL 233º 0.62% 0.38% -
HSV(B) 233º 0.76% 0.62% -
XYZ 8.03 5.2 32.48 -
YUV 58.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 37 51 157 0.76 0.68 0 0.38 233 0.62 0.38
Hex 25 33 9D 4C 44 0 26 E9 3E 26
Octal 45 63 235 114 104 0 46 351 76 46
Binary 100101 110011 10011101 1001100 1000100 0 100110 11101001 111110 100110

Color Harmonies of #25339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25339D

Black with #25339D

Text Example


Text Example

White with #25339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25339D;
 }
 .AnyTagClassName
 {
   color: #25339D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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