#11323D

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

Shades of Blue Whale #11323D

Tints of Blue Whale #11323D

Color information

#11323D (or 0x11323D) is unknown color: approx Blue Whale. HEX triplet: 11, 32 and 3D. RGB value is (17,50,61). Sum of RGB (Red+Green+Blue) = 17+50+61=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #11323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11323D is #EECDC2. Grayscale: #292929. Windows color (decimal): -15650243 or 4010513. OLE color: 4010513.

HSL color Cylindrical-coordinate representation of color #11323D: hue angle of 195º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11323D is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB175061-
CMYK0.720.1800.76
HSL195º56.41%15.29%-
HSV(B)195º72.13%23.92%-
XYZ2.212.744.83-
YUV41.39139.07110.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=13.28%
G=39.06%
B=47.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1750610.720.1800.7619556.4115.29
Hex11323D481204Cc338f
Octal2162751102201143037017
Binary1000111001011110110010001001001001100110000111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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