Shades of Nordic #233F40
Tints of Nordic #233F40
RGB
CMYK
RGB Variations
Color information
#233F40 (or 0x233F40) is known color: Nordic. HEX triplet: 23, 3F and 40. RGB value is (35,63,64). Sum of RGB (Red+Green+Blue) = 35+63+64=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #233F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F40 is #DCC0BF. Grayscale: #363636. Windows color (decimal): -14467264 or 4210467. OLE color: 4210467.
HSL color Cylindrical-coordinate representation of color #233F40: hue angle of 182.07º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #233F40 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 63 | 64 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.75 |
| HSL | 182.07º | 0.29% | 0.19% | - |
| HSV(B) | 182.07º | 0.45% | 0.25% | - |
| XYZ | 3.4 | 4.28 | 5.5 | - |
| YUV | 54.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 64 | 0.45 | 0.02 | 0 | 0.75 | 182.07 | 0.29 | 0.19 |
| Hex | 23 | 3F | 40 | 2D | 2 | 0 | 4B | B6 | 1D | 13 |
| Octal | 43 | 77 | 100 | 55 | 2 | 0 | 113 | 266 | 35 | 23 |
| Binary | 100011 | 111111 | 1000000 | 101101 | 10 | 0 | 1001011 | 10110110 | 11101 | 10011 |
Color Harmonies of #233F40
Complementary color
Monochromatic Colors of #233F40
Black with #233F40
Text Example
Text Example
White with #233F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F40; }
p { color: rgb(35,63,64); }
H1.HeaderClassName
{
color: #233F40;
}
.AnyTagClassName
{
color: #233F40;
}
</style>
background-color css
<style>
a { background-color: #233F40; }
a { background-color: rgb(35,63,64); }
div.DivClassName
{
background-color: #233F40;
}
.BgClassName
{
background-color: #233F40;
}
</style>
border-color css
<style>
span { border-color: #233F40; }
span { border-color: rgb(35,63,64); }
td.TdClassName
{
border-color: #233F40;
}
.TagClassName
{
border-color: #233F40;
}
</style>