Html Css Color HEX #25319C Egyptian Blue

📋 copy color: '#25319C'

red 37 ◦ green 49 ◦ blue 156

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

Shades of Egyptian Blue #25319C

Tints of Egyptian Blue #25319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

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

R = 15.29%
G = 20.25%
B = 64.46%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25319C (or 0x25319C) is known color: Egyptian Blue. HEX triplet: 25, 31 and 9C. RGB value is (37,49,156). Sum of RGB (Red+Green+Blue) = 37+49+156=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #25319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25319C is #DACE63. Grayscale: #393939. Windows color (decimal): -14339684 or 10236197. OLE color: 10236197.

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

Color convert

RGB 37 49 156 -
CMYK 0.76 0.69 0 0.39
HSL 233.95º 0.62% 0.38% -
HSV(B) 233.95º 0.76% 0.61% -
XYZ 7.86 4.99 32 -
YUV 57.61 183.52 113.3 -
System Red Green Blue C M Y K H S L
Decimal 37 49 156 0.76 0.69 0 0.39 233.95 0.62 0.38
Hex 25 31 9C 4C 45 0 27 EA 3E 26
Octal 45 61 234 114 105 0 47 352 76 46
Binary 100101 110001 10011100 1001100 1000101 0 100111 11101010 111110 100110

Color Harmonies of #25319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25319C

Black with #25319C

Text Example


Text Example

White with #25319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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