Shades of Blue Whale #1C374D
Tints of Blue Whale #1C374D
RGB
CMYK
RGB Variations
Color information
#1C374D (or 0x1C374D) is known color: Blue Whale. HEX triplet: 1C, 37 and 4D. RGB value is (28,55,77). Sum of RGB (Red+Green+Blue) = 28+55+77=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C374D is #E3C8B2. Grayscale: #313131. Windows color (decimal): -14928051 or 5060380. OLE color: 5060380.
HSL color Cylindrical-coordinate representation of color #1C374D: hue angle of 206.94º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C374D is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 55 | 77 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.70 |
| HSL | 206.94º | 0.47% | 0.21% | - |
| HSV(B) | 206.94º | 0.64% | 0.3% | - |
| XYZ | 3.18 | 3.52 | 7.53 | - |
| YUV | 49.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 77 | 0.64 | 0.29 | 0 | 0.70 | 206.94 | 0.47 | 0.21 |
| Hex | 1C | 37 | 4D | 40 | 1D | 0 | 46 | CF | 2F | 15 |
| Octal | 34 | 67 | 115 | 100 | 35 | 0 | 106 | 317 | 57 | 25 |
| Binary | 11100 | 110111 | 1001101 | 1000000 | 11101 | 0 | 1000110 | 11001111 | 101111 | 10101 |
Color Harmonies of #1C374D
Complementary color
Monochromatic Colors of #1C374D
Black with #1C374D
Text Example
Text Example
White with #1C374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C374D; }
p { color: rgb(28,55,77); }
H1.HeaderClassName
{
color: #1C374D;
}
.AnyTagClassName
{
color: #1C374D;
}
</style>
background-color css
<style>
a { background-color: #1C374D; }
a { background-color: rgb(28,55,77); }
div.DivClassName
{
background-color: #1C374D;
}
.BgClassName
{
background-color: #1C374D;
}
</style>
border-color css
<style>
span { border-color: #1C374D; }
span { border-color: rgb(28,55,77); }
td.TdClassName
{
border-color: #1C374D;
}
.TagClassName
{
border-color: #1C374D;
}
</style>