Html Css Color HEX #25339B Egyptian Blue

📋 copy color: '#25339B'

red 37 ◦ green 51 ◦ blue 155

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

Shades of Egyptian Blue #25339B

Tints of Egyptian Blue #25339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.79%

R = 15.23%
G = 20.99%
B = 63.79%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25339B (or 0x25339B) is known color: Egyptian Blue. HEX triplet: 25, 33 and 9B. RGB value is (37,51,155). Sum of RGB (Red+Green+Blue) = 37+51+155=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #25339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25339B is #DACC64. Grayscale: #3A3A3A. Windows color (decimal): -14339173 or 10171173. OLE color: 10171173.

HSL color Cylindrical-coordinate representation of color #25339B: hue angle of 232.88º degrees, saturation: 0.61, 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 #25339B is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 51 155 -
CMYK 0.76 0.67 0 0.39
HSL 232.88º 0.61% 0.38% -
HSV(B) 232.88º 0.76% 0.61% -
XYZ 7.86 5.13 31.59 -
YUV 58.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 37 51 155 0.76 0.67 0 0.39 232.88 0.61 0.38
Hex 25 33 9B 4C 43 0 27 E9 3D 26
Octal 45 63 233 114 103 0 47 351 75 46
Binary 100101 110011 10011011 1001100 1000011 0 100111 11101001 111101 100110

Color Harmonies of #25339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25339B

Black with #25339B

Text Example


Text Example

White with #25339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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