Html Css Color HEX #252FA0 Egyptian Blue

📋 copy color: '#252FA0'

red 37 ◦ green 47 ◦ blue 160

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

Shades of Egyptian Blue #252FA0

Tints of Egyptian Blue #252FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

 BLUE value IS 160 (62.89% from 255) = 65.57%

R = 15.16%
G = 19.26%
B = 65.57%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#252FA0 (or 0x252FA0) is known color: Egyptian Blue. HEX triplet: 25, 2F and A0. RGB value is (37,47,160). Sum of RGB (Red+Green+Blue) = 37+47+160=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #252FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252FA0 is #DAD05F. Grayscale: #383838. Windows color (decimal): -14340192 or 10497829. OLE color: 10497829.

HSL color Cylindrical-coordinate representation of color #252FA0: hue angle of 235.12º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #252FA0 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 47 160 -
CMYK 0.77 0.71 0 0.37
HSL 235.12º 0.62% 0.39% -
HSV(B) 235.12º 0.77% 0.63% -
XYZ 8.12 4.96 33.79 -
YUV 56.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 37 47 160 0.77 0.71 0 0.37 235.12 0.62 0.39
Hex 25 2F A0 4D 47 0 25 EB 3E 27
Octal 45 57 240 115 107 0 45 353 76 47
Binary 100101 101111 10100000 1001101 1000111 0 100101 11101011 111110 100111

Color Harmonies of #252FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FA0

Black with #252FA0

Text Example


Text Example

White with #252FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252FA0; }

 p { color: rgb(37,47,160); }

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

background-color css

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

 a { background-color: rgb(37,47,160); }

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

border-color css

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

 span { border-color: rgb(37,47,160); }

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