Html Css Color HEX #25349C Egyptian Blue

📋 copy color: '#25349C'

red 37 ◦ green 52 ◦ blue 156

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

Shades of Egyptian Blue #25349C

Tints of Egyptian Blue #25349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 15.1%
G = 21.22%
B = 63.67%

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

#25349C (or 0x25349C) is known color: Egyptian Blue. HEX triplet: 25, 34 and 9C. RGB value is (37,52,156). Sum of RGB (Red+Green+Blue) = 37+52+156=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #25349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25349C is #DACB63. Grayscale: #3A3A3A. Windows color (decimal): -14338916 or 10236965. OLE color: 10236965.

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

Color convert

RGB 37 52 156 -
CMYK 0.76 0.67 0 0.39
HSL 232.44º 0.62% 0.38% -
HSV(B) 232.44º 0.76% 0.61% -
XYZ 7.99 5.25 32.04 -
YUV 59.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 37 52 156 0.76 0.67 0 0.39 232.44 0.62 0.38
Hex 25 34 9C 4C 43 0 27 E8 3E 26
Octal 45 64 234 114 103 0 47 350 76 46
Binary 100101 110100 10011100 1001100 1000011 0 100111 11101000 111110 100110

Color Harmonies of #25349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25349C

Black with #25349C

Text Example


Text Example

White with #25349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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