Shades of Blue Whale #1C384D
Tints of Blue Whale #1C384D
RGB
CMYK
RGB Variations
Color information
#1C384D (or 0x1C384D) is known color: Blue Whale. HEX triplet: 1C, 38 and 4D. RGB value is (28,56,77). Sum of RGB (Red+Green+Blue) = 28+56+77=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C384D is #E3C7B2. Grayscale: #313131. Windows color (decimal): -14927795 or 5060636. OLE color: 5060636.
HSL color Cylindrical-coordinate representation of color #1C384D: hue angle of 205.71º 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 #1C384D is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 56 | 77 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.70 |
| HSL | 205.71º | 0.47% | 0.21% | - |
| HSV(B) | 205.71º | 0.64% | 0.3% | - |
| XYZ | 3.23 | 3.61 | 7.55 | - |
| YUV | 50.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 77 | 0.64 | 0.27 | 0 | 0.70 | 205.71 | 0.47 | 0.21 |
| Hex | 1C | 38 | 4D | 40 | 1B | 0 | 46 | CE | 2F | 15 |
| Octal | 34 | 70 | 115 | 100 | 33 | 0 | 106 | 316 | 57 | 25 |
| Binary | 11100 | 111000 | 1001101 | 1000000 | 11011 | 0 | 1000110 | 11001110 | 101111 | 10101 |
Color Harmonies of #1C384D
Complementary color
Monochromatic Colors of #1C384D
Black with #1C384D
Text Example
Text Example
White with #1C384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C384D; }
p { color: rgb(28,56,77); }
H1.HeaderClassName
{
color: #1C384D;
}
.AnyTagClassName
{
color: #1C384D;
}
</style>
background-color css
<style>
a { background-color: #1C384D; }
a { background-color: rgb(28,56,77); }
div.DivClassName
{
background-color: #1C384D;
}
.BgClassName
{
background-color: #1C384D;
}
</style>
border-color css
<style>
span { border-color: #1C384D; }
span { border-color: rgb(28,56,77); }
td.TdClassName
{
border-color: #1C384D;
}
.TagClassName
{
border-color: #1C384D;
}
</style>