#113348

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

Shades of Blue Whale #113348

Tints of Blue Whale #113348

Color information

#113348 (or 0x113348) is unknown color: approx Blue Whale. HEX triplet: 11, 33 and 48. RGB value is (17,51,72). Sum of RGB (Red+Green+Blue) = 17+51+72=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #113348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113348 is #EECCB7. Grayscale: #2B2B2B. Windows color (decimal): -15649976 or 4731665. OLE color: 4731665.

HSL color Cylindrical-coordinate representation of color #113348: hue angle of 202.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113348 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB175172-
CMYK0.760.2900.72
HSL202.91º61.8%17.45%-
HSV(B)202.91º76.39%28.24%-
XYZ2.582.956.56-
YUV43.23144.24109.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 72 (28.52% from 255) = 51.43%
R=12.14%
G=36.43%
B=51.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1751720.760.2900.72202.9161.817.45
Hex1133484C1D048cb3e11
Octal21631101143501103137621
Binary100011100111001000100110011101010010001100101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113348; }

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

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

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

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

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

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

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

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