Shades of Blue Whale #1C323C
Tints of Blue Whale #1C323C
RGB
CMYK
RGB Variations
Color information
#1C323C (or 0x1C323C) is known color: Blue Whale. HEX triplet: 1C, 32 and 3C. RGB value is (28,50,60). Sum of RGB (Red+Green+Blue) = 28+50+60=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C323C is #E3CDC3. Grayscale: #2C2C2C. Windows color (decimal): -14929348 or 3944988. OLE color: 3944988.
HSL color Cylindrical-coordinate representation of color #1C323C: hue angle of 198.75º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C323C is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 50 | 60 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.76 |
| HSL | 198.75º | 0.36% | 0.17% | - |
| HSV(B) | 198.75º | 0.53% | 0.24% | - |
| XYZ | 2.44 | 2.85 | 4.7 | - |
| YUV | 44.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 60 | 0.53 | 0.17 | 0 | 0.76 | 198.75 | 0.36 | 0.17 |
| Hex | 1C | 32 | 3C | 35 | 11 | 0 | 4C | C7 | 24 | 11 |
| Octal | 34 | 62 | 74 | 65 | 21 | 0 | 114 | 307 | 44 | 21 |
| Binary | 11100 | 110010 | 111100 | 110101 | 10001 | 0 | 1001100 | 11000111 | 100100 | 10001 |
Color Harmonies of #1C323C
Complementary color
Monochromatic Colors of #1C323C
Black with #1C323C
Text Example
Text Example
White with #1C323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C323C; }
p { color: rgb(28,50,60); }
H1.HeaderClassName
{
color: #1C323C;
}
.AnyTagClassName
{
color: #1C323C;
}
</style>
background-color css
<style>
a { background-color: #1C323C; }
a { background-color: rgb(28,50,60); }
div.DivClassName
{
background-color: #1C323C;
}
.BgClassName
{
background-color: #1C323C;
}
</style>
border-color css
<style>
span { border-color: #1C323C; }
span { border-color: rgb(28,50,60); }
td.TdClassName
{
border-color: #1C323C;
}
.TagClassName
{
border-color: #1C323C;
}
</style>