#113445

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

Shades of Blue Whale #113445

Tints of Blue Whale #113445

Color information

#113445 (or 0x113445) is unknown color: approx Blue Whale. HEX triplet: 11, 34 and 45. RGB value is (17,52,69). Sum of RGB (Red+Green+Blue) = 17+52+69=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #113445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113445 is #EECBBA. Grayscale: #2B2B2B. Windows color (decimal): -15649723 or 4535313. OLE color: 4535313.

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

Color convert

RGB175269-
CMYK0.750.2500.73
HSL199.62º60.47%16.86%-
HSV(B)199.62º75.36%27.06%-
XYZ2.5336.08-
YUV43.47142.4109.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 69 (27.34% from 255) = 50%
R=12.32%
G=37.68%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1752690.750.2500.73199.6260.4716.86
Hex1134454B19049c83c11
Octal21641051133101113107421
Binary100011101001000101100101111001010010011100100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113445; }

 p { color: rgb(17,52,69); }

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

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

 a { background-color: rgb(17,52,69); }

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

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

 span { border-color: rgb(17,52,69); }

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