#17304C

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

Shades of Blue Whale #17304C

Tints of Blue Whale #17304C

Color information

#17304C (or 0x17304C) is unknown color: approx Blue Whale. HEX triplet: 17, 30 and 4C. RGB value is (23,48,76). Sum of RGB (Red+Green+Blue) = 23+48+76=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #17304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17304C is #E8CFB3. Grayscale: #2B2B2B. Windows color (decimal): -15257524 or 4993047. OLE color: 4993047.

HSL color Cylindrical-coordinate representation of color #17304C: hue angle of 211.7º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17304C is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB234876-
CMYK0.700.3700.70
HSL211.7º53.54%19.41%-
HSV(B)211.7º69.74%29.8%-
XYZ2.712.827.24-
YUV43.72146.22113.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.65%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=15.65%
G=32.65%
B=51.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2348760.700.3700.70211.753.5419.41
Hex17304C4625046d43613
Octal27601141064501063246623
Binary1011111000010011001000110100101010001101101010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17304C; }

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

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

<style>
 a { background-color: #17304C; }

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

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

<style>
 span { border-color: #17304C; }

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

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