Html Css Color HEX #17348E Egyptian Blue

📋 copy color: '#17348E'

red 23 ◦ green 52 ◦ blue 142

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

Shades of Egyptian Blue #17348E

Tints of Egyptian Blue #17348E

RGB

 RED value IS 23 (9.38% from 255) = 10.6%

 GREEN value IS 52 (20.7% from 255) = 23.96%

 BLUE value IS 142 (55.86% from 255) = 65.44%

R = 10.6%
G = 23.96%
B = 65.44%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#17348E (or 0x17348E) is known color: Egyptian Blue. HEX triplet: 17, 34 and 8E. RGB value is (23,52,142). Sum of RGB (Red+Green+Blue) = 23+52+142=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #17348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17348E is #E8CB71. Grayscale: #353535. Windows color (decimal): -15256434 or 9319447. OLE color: 9319447.

HSL color Cylindrical-coordinate representation of color #17348E: hue angle of 225.38º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17348E is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 52 142 -
CMYK 0.84 0.63 0 0.44
HSL 225.38º 0.72% 0.32% -
HSV(B) 225.38º 0.84% 0.56% -
XYZ 6.46 4.59 26.14 -
YUV 53.59 177.89 106.18 -
System Red Green Blue C M Y K H S L
Decimal 23 52 142 0.84 0.63 0 0.44 225.38 0.72 0.32
Hex 17 34 8E 54 3F 0 2C E1 48 20
Octal 27 64 216 124 77 0 54 341 110 40
Binary 10111 110100 10001110 1010100 111111 0 101100 11100001 1001000 100000

Color Harmonies of #17348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17348E

Black with #17348E

Text Example


Text Example

White with #17348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,52,142); }

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

background-color css

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

 a { background-color: rgb(23,52,142); }

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

border-color css

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

 span { border-color: rgb(23,52,142); }

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