Html Css Color HEX #2325A0 Egyptian Blue

📋 copy color: '#2325A0'

red 35 ◦ green 37 ◦ blue 160

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

Shades of Egyptian Blue #2325A0

Tints of Egyptian Blue #2325A0

RGB

 RED value IS 35 (14.06% from 255) = 15.09%

 GREEN value IS 37 (14.84% from 255) = 15.95%

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

R = 15.09%
G = 15.95%
B = 68.97%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2325A0 (or 0x2325A0) is known color: Egyptian Blue. HEX triplet: 23, 25 and A0. RGB value is (35,37,160). Sum of RGB (Red+Green+Blue) = 35+37+160=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 160 (62.89% from 255 or 68.97% from 232); Max value from RGB is 160 - color contains mainly: blue. Hex color #2325A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2325A0 is #DCDA5F. Grayscale: #313131. Windows color (decimal): -14473824 or 10495267. OLE color: 10495267.

HSL color Cylindrical-coordinate representation of color #2325A0: hue angle of 239.04º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2325A0 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 35 37 160 -
CMYK 0.78 0.77 0 0.37
HSL 239.04º 0.64% 0.38% -
HSV(B) 239.04º 0.78% 0.63% -
XYZ 7.7 4.22 33.67 -
YUV 50.42 189.84 117 -
System Red Green Blue C M Y K H S L
Decimal 35 37 160 0.78 0.77 0 0.37 239.04 0.64 0.38
Hex 23 25 A0 4E 4D 0 25 EF 40 26
Octal 43 45 240 116 115 0 45 357 100 46
Binary 100011 100101 10100000 1001110 1001101 0 100101 11101111 1000000 100110

Color Harmonies of #2325A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2325A0

Black with #2325A0

Text Example


Text Example

White with #2325A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2325A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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