Shades of Blue Whale #1B343D
Tints of Blue Whale #1B343D
RGB
CMYK
RGB Variations
Color information
#1B343D (or 0x1B343D) is known color: Blue Whale. HEX triplet: 1B, 34 and 3D. RGB value is (27,52,61). Sum of RGB (Red+Green+Blue) = 27+52+61=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B343D is #E4CBC2. Grayscale: #2D2D2D. Windows color (decimal): -14994371 or 4011035. OLE color: 4011035.
HSL color Cylindrical-coordinate representation of color #1B343D: hue angle of 195.88º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B343D is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 52 | 61 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.76 |
| HSL | 195.88º | 0.39% | 0.17% | - |
| HSV(B) | 195.88º | 0.56% | 0.24% | - |
| XYZ | 2.52 | 3.03 | 4.87 | - |
| YUV | 45.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 61 | 0.56 | 0.15 | 0 | 0.76 | 195.88 | 0.39 | 0.17 |
| Hex | 1B | 34 | 3D | 38 | F | 0 | 4C | C4 | 27 | 11 |
| Octal | 33 | 64 | 75 | 70 | 17 | 0 | 114 | 304 | 47 | 21 |
| Binary | 11011 | 110100 | 111101 | 111000 | 1111 | 0 | 1001100 | 11000100 | 100111 | 10001 |
Color Harmonies of #1B343D
Complementary color
Monochromatic Colors of #1B343D
Black with #1B343D
Text Example
Text Example
White with #1B343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B343D; }
p { color: rgb(27,52,61); }
H1.HeaderClassName
{
color: #1B343D;
}
.AnyTagClassName
{
color: #1B343D;
}
</style>
background-color css
<style>
a { background-color: #1B343D; }
a { background-color: rgb(27,52,61); }
div.DivClassName
{
background-color: #1B343D;
}
.BgClassName
{
background-color: #1B343D;
}
</style>
border-color css
<style>
span { border-color: #1B343D; }
span { border-color: rgb(27,52,61); }
td.TdClassName
{
border-color: #1B343D;
}
.TagClassName
{
border-color: #1B343D;
}
</style>