Shades of Nordic #233F41
Tints of Nordic #233F41
RGB
CMYK
RGB Variations
Color information
#233F41 (or 0x233F41) is known color: Nordic. HEX triplet: 23, 3F and 41. RGB value is (35,63,65). Sum of RGB (Red+Green+Blue) = 35+63+65=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #233F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F41 is #DCC0BE. Grayscale: #363636. Windows color (decimal): -14467263 or 4276003. OLE color: 4276003.
HSL color Cylindrical-coordinate representation of color #233F41: hue angle of 184º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #233F41 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 63 | 65 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.75 |
| HSL | 184º | 0.3% | 0.2% | - |
| HSV(B) | 184º | 0.46% | 0.25% | - |
| XYZ | 3.42 | 4.29 | 5.65 | - |
| YUV | 54.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 65 | 0.46 | 0.03 | 0 | 0.75 | 184 | 0.3 | 0.2 |
| Hex | 23 | 3F | 41 | 2E | 3 | 0 | 4B | B8 | 1E | 14 |
| Octal | 43 | 77 | 101 | 56 | 3 | 0 | 113 | 270 | 36 | 24 |
| Binary | 100011 | 111111 | 1000001 | 101110 | 11 | 0 | 1001011 | 10111000 | 11110 | 10100 |
Color Harmonies of #233F41
Complementary color
Monochromatic Colors of #233F41
Black with #233F41
Text Example
Text Example
White with #233F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F41; }
p { color: rgb(35,63,65); }
H1.HeaderClassName
{
color: #233F41;
}
.AnyTagClassName
{
color: #233F41;
}
</style>
background-color css
<style>
a { background-color: #233F41; }
a { background-color: rgb(35,63,65); }
div.DivClassName
{
background-color: #233F41;
}
.BgClassName
{
background-color: #233F41;
}
</style>
border-color css
<style>
span { border-color: #233F41; }
span { border-color: rgb(35,63,65); }
td.TdClassName
{
border-color: #233F41;
}
.TagClassName
{
border-color: #233F41;
}
</style>