Shades of Blue Whale #233745
Tints of Blue Whale #233745
RGB
CMYK
RGB Variations
Color information
#233745 (or 0x233745) is known color: Blue Whale. HEX triplet: 23, 37 and 45. RGB value is (35,55,69). Sum of RGB (Red+Green+Blue) = 35+55+69=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #233745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233745 is #DCC8BA. Grayscale: #323232. Windows color (decimal): -14469307 or 4536099. OLE color: 4536099.
HSL color Cylindrical-coordinate representation of color #233745: hue angle of 204.71º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #233745 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 55 | 69 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.73 |
| HSL | 204.71º | 0.33% | 0.2% | - |
| HSV(B) | 204.71º | 0.49% | 0.27% | - |
| XYZ | 3.13 | 3.52 | 6.14 | - |
| YUV | 50.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 69 | 0.49 | 0.20 | 0 | 0.73 | 204.71 | 0.33 | 0.2 |
| Hex | 23 | 37 | 45 | 31 | 14 | 0 | 49 | CD | 21 | 14 |
| Octal | 43 | 67 | 105 | 61 | 24 | 0 | 111 | 315 | 41 | 24 |
| Binary | 100011 | 110111 | 1000101 | 110001 | 10100 | 0 | 1001001 | 11001101 | 100001 | 10100 |
Color Harmonies of #233745
Complementary color
Monochromatic Colors of #233745
Black with #233745
Text Example
Text Example
White with #233745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233745; }
p { color: rgb(35,55,69); }
H1.HeaderClassName
{
color: #233745;
}
.AnyTagClassName
{
color: #233745;
}
</style>
background-color css
<style>
a { background-color: #233745; }
a { background-color: rgb(35,55,69); }
div.DivClassName
{
background-color: #233745;
}
.BgClassName
{
background-color: #233745;
}
</style>
border-color css
<style>
span { border-color: #233745; }
span { border-color: rgb(35,55,69); }
td.TdClassName
{
border-color: #233745;
}
.TagClassName
{
border-color: #233745;
}
</style>