Html Css Color HEX #23329E Egyptian Blue

📋 copy color: '#23329E'

red 35 ◦ green 50 ◦ blue 158

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

Shades of Egyptian Blue #23329E

Tints of Egyptian Blue #23329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 158 (62.11% from 255) = 65.02%

R = 14.4%
G = 20.58%
B = 65.02%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23329E (or 0x23329E) is known color: Egyptian Blue. HEX triplet: 23, 32 and 9E. RGB value is (35,50,158). Sum of RGB (Red+Green+Blue) = 35+50+158=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #23329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23329E is #DCCD61. Grayscale: #393939. Windows color (decimal): -14470498 or 10367523. OLE color: 10367523.

HSL color Cylindrical-coordinate representation of color #23329E: hue angle of 232.68º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23329E is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 50 158 -
CMYK 0.78 0.68 0 0.38
HSL 232.68º 0.64% 0.38% -
HSV(B) 232.68º 0.78% 0.62% -
XYZ 8.01 5.11 32.91 -
YUV 57.83 184.53 111.72 -
System Red Green Blue C M Y K H S L
Decimal 35 50 158 0.78 0.68 0 0.38 232.68 0.64 0.38
Hex 23 32 9E 4E 44 0 26 E9 40 26
Octal 43 62 236 116 104 0 46 351 100 46
Binary 100011 110010 10011110 1001110 1000100 0 100110 11101001 1000000 100110

Color Harmonies of #23329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23329E

Black with #23329E

Text Example


Text Example

White with #23329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23329E; }

 p { color: rgb(35,50,158); }

 H1.HeaderClassName
 {
   color: #23329E;
 }
 .AnyTagClassName
 {
   color: #23329E;
 }
</style>

background-color css

<style>
 a { background-color: #23329E; }

 a { background-color: rgb(35,50,158); }

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

border-color css

<style>
 span { border-color: #23329E; }

 span { border-color: rgb(35,50,158); }

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