Html Css Color HEX #17348D Egyptian Blue

📋 copy color: '#17348D'

red 23 ◦ green 52 ◦ blue 141

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

Shades of Egyptian Blue #17348D

Tints of Egyptian Blue #17348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.28%

R = 10.65%
G = 24.07%
B = 65.28%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17348D (or 0x17348D) is known color: Egyptian Blue. HEX triplet: 17, 34 and 8D. RGB value is (23,52,141). Sum of RGB (Red+Green+Blue) = 23+52+141=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #17348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17348D is #E8CB72. Grayscale: #353535. Windows color (decimal): -15256435 or 9253911. OLE color: 9253911.

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

Color convert

RGB 23 52 141 -
CMYK 0.84 0.63 0 0.45
HSL 225.25º 0.72% 0.32% -
HSV(B) 225.25º 0.84% 0.55% -
XYZ 6.39 4.56 25.74 -
YUV 53.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 23 52 141 0.84 0.63 0 0.45 225.25 0.72 0.32
Hex 17 34 8D 54 3F 0 2D E1 48 20
Octal 27 64 215 124 77 0 55 341 110 40
Binary 10111 110100 10001101 1010100 111111 0 101101 11100001 1001000 100000

Color Harmonies of #17348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17348D

Black with #17348D

Text Example


Text Example

White with #17348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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