Html Css Color HEX #23319F Egyptian Blue

📋 copy color: '#23319F'

red 35 ◦ green 49 ◦ blue 159

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

Shades of Egyptian Blue #23319F

Tints of Egyptian Blue #23319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.16%

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 14.4%
G = 20.16%
B = 65.43%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23319F (or 0x23319F) is known color: Egyptian Blue. HEX triplet: 23, 31 and 9F. RGB value is (35,49,159). Sum of RGB (Red+Green+Blue) = 35+49+159=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #23319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23319F is #DCCE60. Grayscale: #383838. Windows color (decimal): -14470753 or 10432803. OLE color: 10432803.

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

Color convert

RGB 35 49 159 -
CMYK 0.78 0.69 0 0.38
HSL 233.23º 0.64% 0.38% -
HSV(B) 233.23º 0.78% 0.62% -
XYZ 8.05 5.06 33.35 -
YUV 57.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 35 49 159 0.78 0.69 0 0.38 233.23 0.64 0.38
Hex 23 31 9F 4E 45 0 26 E9 40 26
Octal 43 61 237 116 105 0 46 351 100 46
Binary 100011 110001 10011111 1001110 1000101 0 100110 11101001 1000000 100110

Color Harmonies of #23319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23319F

Black with #23319F

Text Example


Text Example

White with #23319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23319F; }

 p { color: rgb(35,49,159); }

 H1.HeaderClassName
 {
   color: #23319F;
 }
 .AnyTagClassName
 {
   color: #23319F;
 }
</style>

background-color css

<style>
 a { background-color: #23319F; }

 a { background-color: rgb(35,49,159); }

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

border-color css

<style>
 span { border-color: #23319F; }

 span { border-color: rgb(35,49,159); }

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