#113340

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

Shades of Blue Whale #113340

Tints of Blue Whale #113340

Color information

#113340 (or 0x113340) is unknown color: approx Blue Whale. HEX triplet: 11, 33 and 40. RGB value is (17,51,64). Sum of RGB (Red+Green+Blue) = 17+51+64=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #113340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113340 is #EECCBF. Grayscale: #2A2A2A. Windows color (decimal): -15649984 or 4207377. OLE color: 4207377.

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

Color convert

RGB175164-
CMYK0.730.2000.75
HSL196.6º58.02%15.88%-
HSV(B)196.6º73.44%25.1%-
XYZ2.342.865.28-
YUV42.32140.24109.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=12.88%
G=38.64%
B=48.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1751640.730.2000.75196.658.0215.88
Hex113340491404Bc53a10
Octal21631001112401133057220
Binary100011100111000000100100110100010010111100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113340; }

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

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

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

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

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

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

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

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