#17284F

Color #17284F Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #17284F

Tints of Bunting #17284F

Color information

#17284F (or 0x17284F) is unknown color: approx Bunting. HEX triplet: 17, 28 and 4F. RGB value is (23,40,79). Sum of RGB (Red+Green+Blue) = 23+40+79=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #17284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17284F is #E8D7B0. Grayscale: #272727. Windows color (decimal): -15259569 or 5187607. OLE color: 5187607.

HSL color Cylindrical-coordinate representation of color #17284F: hue angle of 221.79º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #17284F is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB234079-
CMYK0.710.4900.69
HSL221.79º54.9%20%-
HSV(B)221.79º70.89%30.98%-
XYZ2.522.267.7-
YUV39.36150.37116.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.20%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=16.20%
G=28.17%
B=55.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2340790.710.4900.69221.7954.920
Hex17284F4731045de3714
Octal27501171076101053366724
Binary1011110100010011111000111110001010001011101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,40,79); }

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

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

 a { background-color: rgb(23,40,79); }

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

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

 span { border-color: rgb(23,40,79); }

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