#17309c

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

Shades of Egyptian Blue #17309C

Tints of Egyptian Blue #17309C

Color information

#17309C (or 0x17309C) is unknown color: approx Egyptian Blue. HEX triplet: 17, 30 and 9C. RGB value is (23,48,156). Sum of RGB (Red+Green+Blue) = 23+48+156=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #17309C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17309C is #E8CF63. Grayscale: #343434. Windows color (decimal): -15257444 or 10235927. OLE color: 10235927.

HSL color Cylindrical-coordinate representation of color #17309C: hue angle of 228.72º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17309C is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2348156-
CMYK0.850.6900.39
HSL228.72º74.3%35.1%-
HSV(B)228.72º85.26%61.18%-
XYZ7.414.731.97-
YUV52.84186.22106.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.13%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 156 (61.33% from 255) = 68.72%
R=10.13%
G=21.15%
B=68.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal23481560.850.6900.39228.7274.335.1
Hex17309C5545027e54a23
Octal276023412510504734511243
Binary1011111000010011100101010110001010100111111001011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17309c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17309c; }

 p { color: rgb(23,48,156); }

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

<style>
 a { background-color: #17309c; }

 a { background-color: rgb(23,48,156); }

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

<style>
 span { border-color: #17309c; }

 span { border-color: rgb(23,48,156); }

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