#1B3246

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

Shades of Blue Whale #1B3246

Tints of Blue Whale #1B3246

Color information

#1B3246 (or 0x1B3246) is unknown color: approx Blue Whale. HEX triplet: 1B, 32 and 46. RGB value is (27,50,70). Sum of RGB (Red+Green+Blue) = 27+50+70=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #1B3246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3246 is #E4CDB9. Grayscale: #2D2D2D. Windows color (decimal): -14994874 or 4600347. OLE color: 4600347.

HSL color Cylindrical-coordinate representation of color #1B3246: hue angle of 207.91º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B3246 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB275070-
CMYK0.610.2900.73
HSL207.91º44.33%19.02%-
HSV(B)207.91º61.43%27.45%-
XYZ2.72.966.22-
YUV45.4141.88114.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.37%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 70 (27.73% from 255) = 47.62%
R=18.37%
G=34.01%
B=47.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2750700.610.2900.73207.9144.3319.02
Hex1B32463D1D049d02c13
Octal3362106753501113205423
Binary11011110010100011011110111101010010011101000010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3246; }

 p { color: rgb(27,50,70); }

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

<style>
 a { background-color: #1B3246; }

 a { background-color: rgb(27,50,70); }

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

<style>
 span { border-color: #1B3246; }

 span { border-color: rgb(27,50,70); }

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