#113250

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

Shades of Blue Whale #113250

Tints of Blue Whale #113250

Color information

#113250 (or 0x113250) is unknown color: approx Blue Whale. HEX triplet: 11, 32 and 50. RGB value is (17,50,80). Sum of RGB (Red+Green+Blue) = 17+50+80=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #113250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113250 is #EECDAF. Grayscale: #2B2B2B. Windows color (decimal): -15650224 or 5255697. OLE color: 5255697.

HSL color Cylindrical-coordinate representation of color #113250: hue angle of 208.57º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113250 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB175080-
CMYK0.790.3700.69
HSL208.57º64.95%19.02%-
HSV(B)208.57º78.75%31.37%-
XYZ2.822.988.02-
YUV43.55148.57109.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=11.56%
G=34.01%
B=54.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1750800.790.3700.69208.5764.9519.02
Hex1132504F25045d14113
Octal216212011745010532110123
Binary10001110010101000010011111001010100010111010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113250; }

 p { color: rgb(17,50,80); }

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

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

 a { background-color: rgb(17,50,80); }

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

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

 span { border-color: rgb(17,50,80); }

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