Html Css Color HEX #252FA3 Egyptian Blue

📋 copy color: '#252FA3'

red 37 ◦ green 47 ◦ blue 163

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

Shades of Egyptian Blue #252FA3

Tints of Egyptian Blue #252FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 65.99%

R = 14.98%
G = 19.03%
B = 65.99%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#252FA3 (or 0x252FA3) is known color: Egyptian Blue. HEX triplet: 25, 2F and A3. RGB value is (37,47,163). Sum of RGB (Red+Green+Blue) = 37+47+163=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 163 (64.06% from 255 or 65.99% from 247); Max value from RGB is 163 - color contains mainly: blue. Hex color #252FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252FA3 is #DAD05C. Grayscale: #383838. Windows color (decimal): -14340189 or 10694437. OLE color: 10694437.

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

Color convert

RGB 37 47 163 -
CMYK 0.77 0.71 0 0.36
HSL 235.24º 0.63% 0.39% -
HSV(B) 235.24º 0.77% 0.64% -
XYZ 8.39 5.07 35.19 -
YUV 57.23 187.69 113.57 -
System Red Green Blue C M Y K H S L
Decimal 37 47 163 0.77 0.71 0 0.36 235.24 0.63 0.39
Hex 25 2F A3 4D 47 0 24 EB 3F 27
Octal 45 57 243 115 107 0 44 353 77 47
Binary 100101 101111 10100011 1001101 1000111 0 100100 11101011 111111 100111

Color Harmonies of #252FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FA3

Black with #252FA3

Text Example


Text Example

White with #252FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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