Shades of Blue Whale #1C323F
Tints of Blue Whale #1C323F
RGB
CMYK
RGB Variations
Color information
#1C323F (or 0x1C323F) is known color: Blue Whale. HEX triplet: 1C, 32 and 3F. RGB value is (28,50,63). Sum of RGB (Red+Green+Blue) = 28+50+63=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C323F is #E3CDC0. Grayscale: #2C2C2C. Windows color (decimal): -14929345 or 4141596. OLE color: 4141596.
HSL color Cylindrical-coordinate representation of color #1C323F: hue angle of 202.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C323F is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 50 | 63 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.75 |
| HSL | 202.29º | 0.38% | 0.18% | - |
| HSV(B) | 202.29º | 0.56% | 0.25% | - |
| XYZ | 2.52 | 2.89 | 5.13 | - |
| YUV | 44.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 63 | 0.56 | 0.21 | 0 | 0.75 | 202.29 | 0.38 | 0.18 |
| Hex | 1C | 32 | 3F | 38 | 15 | 0 | 4B | CA | 26 | 12 |
| Octal | 34 | 62 | 77 | 70 | 25 | 0 | 113 | 312 | 46 | 22 |
| Binary | 11100 | 110010 | 111111 | 111000 | 10101 | 0 | 1001011 | 11001010 | 100110 | 10010 |
Color Harmonies of #1C323F
Complementary color
Monochromatic Colors of #1C323F
Black with #1C323F
Text Example
Text Example
White with #1C323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C323F; }
p { color: rgb(28,50,63); }
H1.HeaderClassName
{
color: #1C323F;
}
.AnyTagClassName
{
color: #1C323F;
}
</style>
background-color css
<style>
a { background-color: #1C323F; }
a { background-color: rgb(28,50,63); }
div.DivClassName
{
background-color: #1C323F;
}
.BgClassName
{
background-color: #1C323F;
}
</style>
border-color css
<style>
span { border-color: #1C323F; }
span { border-color: rgb(28,50,63); }
td.TdClassName
{
border-color: #1C323F;
}
.TagClassName
{
border-color: #1C323F;
}
</style>