#11354B

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

Shades of Blue Whale #11354B

Tints of Blue Whale #11354B

Color information

#11354B (or 0x11354B) is unknown color: approx Blue Whale. HEX triplet: 11, 35 and 4B. RGB value is (17,53,75). Sum of RGB (Red+Green+Blue) = 17+53+75=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #11354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11354B is #EECAB4. Grayscale: #2C2C2C. Windows color (decimal): -15649461 or 4928785. OLE color: 4928785.

HSL color Cylindrical-coordinate representation of color #11354B: hue angle of 202.76º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11354B is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB175375-
CMYK0.770.2900.71
HSL202.76º63.04%18.04%-
HSV(B)202.76º77.33%29.41%-
XYZ2.773.177.12-
YUV44.74145.07108.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 75 (29.69% from 255) = 51.72%
R=11.72%
G=36.55%
B=51.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1753750.770.2900.71202.7663.0418.04
Hex11354B4D1D047cb3f12
Octal21651131153501073137722
Binary100011101011001011100110111101010001111100101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11354B; }

 p { color: rgb(17,53,75); }

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

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

 a { background-color: rgb(17,53,75); }

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

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

 span { border-color: rgb(17,53,75); }

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