Shades of Blue Whale #233749
Tints of Blue Whale #233749
RGB
CMYK
RGB Variations
Color information
#233749 (or 0x233749) is known color: Blue Whale. HEX triplet: 23, 37 and 49. RGB value is (35,55,73). Sum of RGB (Red+Green+Blue) = 35+55+73=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #233749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233749 is #DCC8B6. Grayscale: #323232. Windows color (decimal): -14469303 or 4798243. OLE color: 4798243.
HSL color Cylindrical-coordinate representation of color #233749: hue angle of 208.42º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #233749 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 55 | 73 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.71 |
| HSL | 208.42º | 0.35% | 0.21% | - |
| HSV(B) | 208.42º | 0.52% | 0.29% | - |
| XYZ | 3.26 | 3.57 | 6.82 | - |
| YUV | 51.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 73 | 0.52 | 0.25 | 0 | 0.71 | 208.42 | 0.35 | 0.21 |
| Hex | 23 | 37 | 49 | 34 | 19 | 0 | 47 | D0 | 23 | 15 |
| Octal | 43 | 67 | 111 | 64 | 31 | 0 | 107 | 320 | 43 | 25 |
| Binary | 100011 | 110111 | 1001001 | 110100 | 11001 | 0 | 1000111 | 11010000 | 100011 | 10101 |
Color Harmonies of #233749
Complementary color
Monochromatic Colors of #233749
Black with #233749
Text Example
Text Example
White with #233749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233749; }
p { color: rgb(35,55,73); }
H1.HeaderClassName
{
color: #233749;
}
.AnyTagClassName
{
color: #233749;
}
</style>
background-color css
<style>
a { background-color: #233749; }
a { background-color: rgb(35,55,73); }
div.DivClassName
{
background-color: #233749;
}
.BgClassName
{
background-color: #233749;
}
</style>
border-color css
<style>
span { border-color: #233749; }
span { border-color: rgb(35,55,73); }
td.TdClassName
{
border-color: #233749;
}
.TagClassName
{
border-color: #233749;
}
</style>