Html Css Color HEX #2327A9 Egyptian Blue

📋 copy color: '#2327A9'

red 35 ◦ green 39 ◦ blue 169

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

Shades of Egyptian Blue #2327A9

Tints of Egyptian Blue #2327A9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

 BLUE value IS 169 (66.41% from 255) = 69.55%

R = 14.4%
G = 16.05%
B = 69.55%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2327A9 (or 0x2327A9) is known color: Egyptian Blue. HEX triplet: 23, 27 and A9. RGB value is (35,39,169). Sum of RGB (Red+Green+Blue) = 35+39+169=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 169 (66.41% from 255 or 69.55% from 243); Max value from RGB is 169 - color contains mainly: blue. Hex color #2327A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2327A9 is #DCD856. Grayscale: #343434. Windows color (decimal): -14473303 or 11085603. OLE color: 11085603.

HSL color Cylindrical-coordinate representation of color #2327A9: hue angle of 238.21º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2327A9 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 35 39 169 -
CMYK 0.79 0.77 0 0.34
HSL 238.21º 0.66% 0.4% -
HSV(B) 238.21º 0.79% 0.66% -
XYZ 8.58 4.67 37.99 -
YUV 52.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 35 39 169 0.79 0.77 0 0.34 238.21 0.66 0.4
Hex 23 27 A9 4F 4D 0 22 EE 42 28
Octal 43 47 251 117 115 0 42 356 102 50
Binary 100011 100111 10101001 1001111 1001101 0 100010 11101110 1000010 101000

Color Harmonies of #2327A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2327A9

Black with #2327A9

Text Example


Text Example

White with #2327A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2327A9; }

 p { color: rgb(35,39,169); }

 H1.HeaderClassName
 {
   color: #2327A9;
 }
 .AnyTagClassName
 {
   color: #2327A9;
 }
</style>

background-color css

<style>
 a { background-color: #2327A9; }

 a { background-color: rgb(35,39,169); }

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

border-color css

<style>
 span { border-color: #2327A9; }

 span { border-color: rgb(35,39,169); }

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