#1734AD

Color #1734AD Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1734AD

Tints of Egyptian Blue #1734AD

Color information

#1734AD (or 0x1734AD) is unknown color: approx Egyptian Blue. HEX triplet: 17, 34 and AD. RGB value is (23,52,173). Sum of RGB (Red+Green+Blue) = 23+52+173=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #1734AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1734AD is #E8CB52. Grayscale: #383838. Windows color (decimal): -15256403 or 11351063. OLE color: 11351063.

HSL color Cylindrical-coordinate representation of color #1734AD: hue angle of 228.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1734AD is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2352173-
CMYK0.870.7000.32
HSL228.4º76.53%38.43%-
HSV(B)228.4º86.71%67.84%-
XYZ9.125.6640.15-
YUV57.12193.39103.66-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.27%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 173 (67.97% from 255) = 69.76%
R=9.27%
G=20.97%
B=69.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal23521730.870.7000.32228.476.5338.43
Hex1734AD5746020e44d26
Octal276425512710604034411546
Binary1011111010010101101101011110001100100000111001001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1734AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1734AD; }

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

 H1.HeaderClassName
 {
   color: #1734AD;
 }
 .AnyTagClassName
 {
   color: #1734AD;
 }
</style>
background-color css

<style>
 a { background-color: #1734AD; }

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

 div.DivClassName
 {
   background-color: #1734AD;
 }
 .BgClassName
 {
   background-color: #1734AD;
 }
</style>
border-color css

<style>
 span { border-color: #1734AD; }

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

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