Html Css Color HEX #23329D Egyptian Blue

📋 copy color: '#23329D'

red 35 ◦ green 50 ◦ blue 157

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

Shades of Egyptian Blue #23329D

Tints of Egyptian Blue #23329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 14.46%
G = 20.66%
B = 64.88%

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

#23329D (or 0x23329D) is known color: Egyptian Blue. HEX triplet: 23, 32 and 9D. RGB value is (35,50,157). Sum of RGB (Red+Green+Blue) = 35+50+157=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #23329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23329D is #DCCD62. Grayscale: #393939. Windows color (decimal): -14470499 or 10301987. OLE color: 10301987.

HSL color Cylindrical-coordinate representation of color #23329D: hue angle of 232.62º 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 #23329D is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 50 157 -
CMYK 0.78 0.68 0 0.38
HSL 232.62º 0.64% 0.38% -
HSV(B) 232.62º 0.78% 0.62% -
XYZ 7.92 5.07 32.46 -
YUV 57.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 35 50 157 0.78 0.68 0 0.38 232.62 0.64 0.38
Hex 23 32 9D 4E 44 0 26 E9 40 26
Octal 43 62 235 116 104 0 46 351 100 46
Binary 100011 110010 10011101 1001110 1000100 0 100110 11101001 1000000 100110

Color Harmonies of #23329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23329D

Black with #23329D

Text Example


Text Example

White with #23329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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