#17353F

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

Shades of Blue Whale #17353F

Tints of Blue Whale #17353F

Color information

#17353F (or 0x17353F) is unknown color: approx Blue Whale. HEX triplet: 17, 35 and 3F. RGB value is (23,53,63). Sum of RGB (Red+Green+Blue) = 23+53+63=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #17353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17353F is #E8CAC0. Grayscale: #2D2D2D. Windows color (decimal): -15256257 or 4142359. OLE color: 4142359.

HSL color Cylindrical-coordinate representation of color #17353F: hue angle of 195º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #17353F is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB235363-
CMYK0.630.1600.75
HSL195º46.51%16.86%-
HSV(B)195º63.49%24.71%-
XYZ2.523.095.17-
YUV45.17138.06112.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.55%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 63 (25% from 255) = 45.32%
R=16.55%
G=38.13%
B=45.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2353630.630.1600.7519546.5116.86
Hex17353F3F1004Bc32f11
Octal276577772001133035721
Binary1011111010111111111111110000010010111100001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,53,63); }

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

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

 a { background-color: rgb(23,53,63); }

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

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

 span { border-color: rgb(23,53,63); }

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