Html Css Color HEX #252FA2 Egyptian Blue

📋 copy color: '#252FA2'

red 37 ◦ green 47 ◦ blue 162

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

Shades of Egyptian Blue #252FA2

Tints of Egyptian Blue #252FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 65.85%

R = 15.04%
G = 19.11%
B = 65.85%

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

#252FA2 (or 0x252FA2) is known color: Egyptian Blue. HEX triplet: 25, 2F and A2. RGB value is (37,47,162). Sum of RGB (Red+Green+Blue) = 37+47+162=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 162 (63.67% from 255 or 65.85% from 246); Max value from RGB is 162 - color contains mainly: blue. Hex color #252FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252FA2 is #DAD05D. Grayscale: #383838. Windows color (decimal): -14340190 or 10628901. OLE color: 10628901.

HSL color Cylindrical-coordinate representation of color #252FA2: hue angle of 235.2º 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 #252FA2 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 47 162 -
CMYK 0.77 0.71 0 0.36
HSL 235.2º 0.63% 0.39% -
HSV(B) 235.2º 0.77% 0.64% -
XYZ 8.3 5.03 34.72 -
YUV 57.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 37 47 162 0.77 0.71 0 0.36 235.2 0.63 0.39
Hex 25 2F A2 4D 47 0 24 EB 3F 27
Octal 45 57 242 115 107 0 44 353 77 47
Binary 100101 101111 10100010 1001101 1000111 0 100100 11101011 111111 100111

Color Harmonies of #252FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FA2

Black with #252FA2

Text Example


Text Example

White with #252FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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