Html Css Color HEX #23329B Egyptian Blue

📋 copy color: '#23329B'

red 35 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #23329B

Tints of Egyptian Blue #23329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.58%

R = 14.58%
G = 20.83%
B = 64.58%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23329B (or 0x23329B) is known color: Egyptian Blue. HEX triplet: 23, 32 and 9B. RGB value is (35,50,155). Sum of RGB (Red+Green+Blue) = 35+50+155=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #23329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23329B is #DCCD64. Grayscale: #393939. Windows color (decimal): -14470501 or 10170915. OLE color: 10170915.

HSL color Cylindrical-coordinate representation of color #23329B: hue angle of 232.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23329B is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 50 155 -
CMYK 0.77 0.68 0 0.39
HSL 232.5º 0.63% 0.37% -
HSV(B) 232.5º 0.77% 0.61% -
XYZ 7.75 5.01 31.57 -
YUV 57.49 183.03 111.96 -
System Red Green Blue C M Y K H S L
Decimal 35 50 155 0.77 0.68 0 0.39 232.5 0.63 0.37
Hex 23 32 9B 4D 44 0 27 E8 3F 25
Octal 43 62 233 115 104 0 47 350 77 45
Binary 100011 110010 10011011 1001101 1000100 0 100111 11101000 111111 100101

Color Harmonies of #23329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23329B

Black with #23329B

Text Example


Text Example

White with #23329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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