#112F3E

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

Shades of Blue Whale #112F3E

Tints of Blue Whale #112F3E

Color information

#112F3E (or 0x112F3E) is unknown color: approx Blue Whale. HEX triplet: 11, 2F and 3E. RGB value is (17,47,62). Sum of RGB (Red+Green+Blue) = 17+47+62=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #112F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F3E is #EED0C1. Grayscale: #272727. Windows color (decimal): -15651010 or 4075281. OLE color: 4075281.

HSL color Cylindrical-coordinate representation of color #112F3E: hue angle of 200º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112F3E is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB174762-
CMYK0.730.2400.76
HSL200º56.96%15.49%-
HSV(B)200º72.58%24.31%-
XYZ2.122.54.93-
YUV39.74140.56111.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 62 (24.61% from 255) = 49.21%
R=13.49%
G=37.30%
B=49.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1747620.730.2400.7620056.9615.49
Hex112F3E491804Cc839f
Octal2157761113001143107117
Binary1000110111111111010010011100001001100110010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112F3E; }

 p { color: rgb(17,47,62); }

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

<style>
 a { background-color: #112F3E; }

 a { background-color: rgb(17,47,62); }

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

<style>
 span { border-color: #112F3E; }

 span { border-color: rgb(17,47,62); }

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