#17304A

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

Shades of Blue Whale #17304A

Tints of Blue Whale #17304A

Color information

#17304A (or 0x17304A) is unknown color: approx Blue Whale. HEX triplet: 17, 30 and 4A. RGB value is (23,48,74). Sum of RGB (Red+Green+Blue) = 23+48+74=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #17304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17304A is #E8CFB5. Grayscale: #2B2B2B. Windows color (decimal): -15257526 or 4861975. OLE color: 4861975.

HSL color Cylindrical-coordinate representation of color #17304A: hue angle of 210.59º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #17304A is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB234874-
CMYK0.690.3500.71
HSL210.59º52.58%19.02%-
HSV(B)210.59º68.92%29.02%-
XYZ2.652.796.88-
YUV43.49145.22113.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.86%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 74 (29.30% from 255) = 51.03%
R=15.86%
G=33.10%
B=51.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2348740.690.3500.71210.5952.5819.02
Hex17304A4523047d33513
Octal27601121054301073236523
Binary1011111000010010101000101100011010001111101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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