#11384D

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

Shades of Blue Whale #11384D

Tints of Blue Whale #11384D

Color information

#11384D (or 0x11384D) is unknown color: approx Blue Whale. HEX triplet: 11, 38 and 4D. RGB value is (17,56,77). Sum of RGB (Red+Green+Blue) = 17+56+77=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #11384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11384D is #EEC7B2. Grayscale: #2E2E2E. Windows color (decimal): -15648691 or 5060625. OLE color: 5060625.

HSL color Cylindrical-coordinate representation of color #11384D: hue angle of 201º 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 #11384D is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB175677-
CMYK0.780.2700.70
HSL201º63.83%18.43%-
HSV(B)201º77.92%30.2%-
XYZ2.983.487.54-
YUV46.73145.08106.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=11.33%
G=37.33%
B=51.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1756770.780.2700.7020163.8318.43
Hex11384D4E1B046c94012
Octal217011511633010631110022
Binary1000111100010011011001110110110100011011001001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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