#113342

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

Shades of Blue Whale #113342

Tints of Blue Whale #113342

Color information

#113342 (or 0x113342) is unknown color: approx Blue Whale. HEX triplet: 11, 33 and 42. RGB value is (17,51,66). Sum of RGB (Red+Green+Blue) = 17+51+66=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #113342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113342 is #EECCBD. Grayscale: #2A2A2A. Windows color (decimal): -15649982 or 4338449. OLE color: 4338449.

HSL color Cylindrical-coordinate representation of color #113342: hue angle of 198.37º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113342 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB175166-
CMYK0.740.2300.74
HSL198.37º59.04%16.27%-
HSV(B)198.37º74.24%25.88%-
XYZ2.42.885.58-
YUV42.54141.24109.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 66 (26.17% from 255) = 49.25%
R=12.69%
G=38.06%
B=49.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1751660.740.2300.74198.3759.0416.27
Hex1133424A1704Ac63b10
Octal21631021122701123067320
Binary100011100111000010100101010111010010101100011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113342; }

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

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

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

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

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

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

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

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