#113448

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

Shades of Blue Whale #113448

Tints of Blue Whale #113448

Color information

#113448 (or 0x113448) is unknown color: approx Blue Whale. HEX triplet: 11, 34 and 48. RGB value is (17,52,72). Sum of RGB (Red+Green+Blue) = 17+52+72=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #113448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113448 is #EECBB7. Grayscale: #2B2B2B. Windows color (decimal): -15649720 or 4731921. OLE color: 4731921.

HSL color Cylindrical-coordinate representation of color #113448: hue angle of 201.82º 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 #113448 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB175272-
CMYK0.760.2800.72
HSL201.82º61.8%17.45%-
HSV(B)201.82º76.39%28.24%-
XYZ2.633.046.58-
YUV43.82143.9108.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=12.06%
G=36.88%
B=51.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1752720.760.2800.72201.8261.817.45
Hex1134484C1C048ca3e11
Octal21641101143401103127621
Binary100011101001001000100110011100010010001100101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113448; }

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

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

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

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

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

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

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

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