Html Css Color HEX #252BA3 Egyptian Blue

📋 copy color: '#252BA3'

red 37 ◦ green 43 ◦ blue 163

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

Shades of Egyptian Blue #252BA3

Tints of Egyptian Blue #252BA3

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

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

R = 15.23%
G = 17.7%
B = 67.08%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#252BA3 (or 0x252BA3) is known color: Egyptian Blue. HEX triplet: 25, 2B and A3. RGB value is (37,43,163). Sum of RGB (Red+Green+Blue) = 37+43+163=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #252BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252BA3 is #DAD45C. Grayscale: #363636. Windows color (decimal): -14341213 or 10693413. OLE color: 10693413.

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

Color convert

RGB 37 43 163 -
CMYK 0.77 0.74 0 0.36
HSL 237.14º 0.63% 0.39% -
HSV(B) 237.14º 0.77% 0.64% -
XYZ 8.24 4.77 35.14 -
YUV 54.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 37 43 163 0.77 0.74 0 0.36 237.14 0.63 0.39
Hex 25 2B A3 4D 4A 0 24 ED 3F 27
Octal 45 53 243 115 112 0 44 355 77 47
Binary 100101 101011 10100011 1001101 1001010 0 100100 11101101 111111 100111

Color Harmonies of #252BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BA3

Black with #252BA3

Text Example


Text Example

White with #252BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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