Html Css Color HEX #2329A0 Egyptian Blue

📋 copy color: '#2329A0'

red 35 ◦ green 41 ◦ blue 160

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

Shades of Egyptian Blue #2329A0

Tints of Egyptian Blue #2329A0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

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

R = 14.83%
G = 17.37%
B = 67.8%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2329A0 (or 0x2329A0) is known color: Egyptian Blue. HEX triplet: 23, 29 and A0. RGB value is (35,41,160). Sum of RGB (Red+Green+Blue) = 35+41+160=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #2329A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2329A0 is #DCD65F. Grayscale: #343434. Windows color (decimal): -14472800 or 10496291. OLE color: 10496291.

HSL color Cylindrical-coordinate representation of color #2329A0: hue angle of 237.12º 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 #2329A0 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 35 41 160 -
CMYK 0.78 0.74 0 0.37
HSL 237.12º 0.64% 0.38% -
HSV(B) 237.12º 0.78% 0.63% -
XYZ 7.83 4.48 33.71 -
YUV 52.77 188.51 115.32 -
System Red Green Blue C M Y K H S L
Decimal 35 41 160 0.78 0.74 0 0.37 237.12 0.64 0.38
Hex 23 29 A0 4E 4A 0 25 ED 40 26
Octal 43 51 240 116 112 0 45 355 100 46
Binary 100011 101001 10100000 1001110 1001010 0 100101 11101101 1000000 100110

Color Harmonies of #2329A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2329A0

Black with #2329A0

Text Example


Text Example

White with #2329A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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