#11334D

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

Shades of Blue Whale #11334D

Tints of Blue Whale #11334D

Color information

#11334D (or 0x11334D) is unknown color: approx Blue Whale. HEX triplet: 11, 33 and 4D. RGB value is (17,51,77). Sum of RGB (Red+Green+Blue) = 17+51+77=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #11334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11334D is #EECCB2. Grayscale: #2B2B2B. Windows color (decimal): -15649971 or 5059345. OLE color: 5059345.

HSL color Cylindrical-coordinate representation of color #11334D: hue angle of 206º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11334D is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB175177-
CMYK0.780.3400.70
HSL206º63.83%18.43%-
HSV(B)206º77.92%30.2%-
XYZ2.753.027.46-
YUV43.8146.74108.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=11.72%
G=35.17%
B=53.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1751770.780.3400.7020663.8318.43
Hex11334D4E22046ce4012
Octal216311511642010631610022
Binary10001110011100110110011101000100100011011001110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11334D; }

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

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

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

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

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

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

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

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