#11374E

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

Shades of Blue Whale #11374E

Tints of Blue Whale #11374E

Color information

#11374E (or 0x11374E) is unknown color: approx Blue Whale. HEX triplet: 11, 37 and 4E. RGB value is (17,55,78). Sum of RGB (Red+Green+Blue) = 17+55+78=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #11374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11374E is #EEC8B1. Grayscale: #2E2E2E. Windows color (decimal): -15648946 or 5125905. OLE color: 5125905.

HSL color Cylindrical-coordinate representation of color #11374E: hue angle of 202.62º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11374E is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB175578-
CMYK0.780.2900.69
HSL202.62º64.21%18.63%-
HSV(B)202.62º78.21%30.59%-
XYZ2.973.47.71-
YUV46.26145.91107.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 78 (30.86% from 255) = 52%
R=11.33%
G=36.67%
B=52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1755780.780.2900.69202.6264.2118.63
Hex11374E4E1D045cb4013
Octal216711611635010531310023
Binary1000111011110011101001110111010100010111001011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11374E; }

 p { color: rgb(17,55,78); }

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

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

 a { background-color: rgb(17,55,78); }

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

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

 span { border-color: rgb(17,55,78); }

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