Html Css Color HEX #17349F Egyptian Blue

📋 copy color: '#17349F'

red 23 ◦ green 52 ◦ blue 159

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

Shades of Egyptian Blue #17349F

Tints of Egyptian Blue #17349F

RGB

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

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

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

R = 9.83%
G = 22.22%
B = 67.95%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17349F (or 0x17349F) is known color: Egyptian Blue. HEX triplet: 17, 34 and 9F. RGB value is (23,52,159). Sum of RGB (Red+Green+Blue) = 23+52+159=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #17349F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17349F is #E8CB60. Grayscale: #373737. Windows color (decimal): -15256417 or 10433559. OLE color: 10433559.

HSL color Cylindrical-coordinate representation of color #17349F: hue angle of 227.21º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17349F is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 52 159 -
CMYK 0.86 0.67 0 0.38
HSL 227.21º 0.75% 0.36% -
HSV(B) 227.21º 0.86% 0.62% -
XYZ 7.84 5.14 33.38 -
YUV 55.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 23 52 159 0.86 0.67 0 0.38 227.21 0.75 0.36
Hex 17 34 9F 56 43 0 26 E3 4B 24
Octal 27 64 237 126 103 0 46 343 113 44
Binary 10111 110100 10011111 1010110 1000011 0 100110 11100011 1001011 100100

Color Harmonies of #17349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17349F

Black with #17349F

Text Example


Text Example

White with #17349F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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