#113346

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

Shades of Blue Whale #113346

Tints of Blue Whale #113346

Color information

#113346 (or 0x113346) is unknown color: approx Blue Whale. HEX triplet: 11, 33 and 46. RGB value is (17,51,70). Sum of RGB (Red+Green+Blue) = 17+51+70=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #113346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113346 is #EECCB9. Grayscale: #2A2A2A. Windows color (decimal): -15649978 or 4600593. OLE color: 4600593.

HSL color Cylindrical-coordinate representation of color #113346: hue angle of 201.51º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113346 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB175170-
CMYK0.760.2700.73
HSL201.51º60.92%17.06%-
HSV(B)201.51º75.71%27.45%-
XYZ2.522.936.23-
YUV43143.24109.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=12.32%
G=36.96%
B=50.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1751700.760.2700.73201.5160.9217.06
Hex1133464C1B049ca3d11
Octal21631061143301113127521
Binary100011100111000110100110011011010010011100101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113346; }

 p { color: rgb(17,51,70); }

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

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

 a { background-color: rgb(17,51,70); }

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

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

 span { border-color: rgb(17,51,70); }

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