Html Css Color HEX #252995 Egyptian Blue

📋 copy color: '#252995'

red 37 ◦ green 41 ◦ blue 149

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

Shades of Egyptian Blue #252995

Tints of Egyptian Blue #252995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 149 (58.59% from 255) = 65.64%

R = 16.3%
G = 18.06%
B = 65.64%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#252995 (or 0x252995) is known color: Egyptian Blue. HEX triplet: 25, 29 and 95. RGB value is (37,41,149). Sum of RGB (Red+Green+Blue) = 37+41+149=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #252995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252995 is #DAD66A. Grayscale: #333333. Windows color (decimal): -14341739 or 9775397. OLE color: 9775397.

HSL color Cylindrical-coordinate representation of color #252995: hue angle of 237.86º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252995 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 41 149 -
CMYK 0.75 0.72 0 0.42
HSL 237.86º 0.6% 0.36% -
HSV(B) 237.86º 0.75% 0.58% -
XYZ 6.98 4.15 28.87 -
YUV 52.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 37 41 149 0.75 0.72 0 0.42 237.86 0.6 0.36
Hex 25 29 95 4B 48 0 2A EE 3C 24
Octal 45 51 225 113 110 0 52 356 74 44
Binary 100101 101001 10010101 1001011 1001000 0 101010 11101110 111100 100100

Color Harmonies of #252995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252995

Black with #252995

Text Example


Text Example

White with #252995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252995; }

 p { color: rgb(37,41,149); }

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

background-color css

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

 a { background-color: rgb(37,41,149); }

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

border-color css

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

 span { border-color: rgb(37,41,149); }

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