#17304D

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

Shades of Blue Whale #17304D

Tints of Blue Whale #17304D

Color information

#17304D (or 0x17304D) is unknown color: approx Blue Whale. HEX triplet: 17, 30 and 4D. RGB value is (23,48,77). Sum of RGB (Red+Green+Blue) = 23+48+77=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #17304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17304D is #E8CFB2. Grayscale: #2B2B2B. Windows color (decimal): -15257523 or 5058583. OLE color: 5058583.

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

Color convert

RGB234877-
CMYK0.700.3800.70
HSL212.22º54%19.61%-
HSV(B)212.22º70.13%30.2%-
XYZ2.752.837.42-
YUV43.83146.72113.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.54%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=15.54%
G=32.43%
B=52.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2348770.700.3800.70212.225419.61
Hex17304D4626046d43614
Octal27601151064601063246624
Binary1011111000010011011000110100110010001101101010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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