Shades of Nordic #233F44
Tints of Nordic #233F44
RGB
CMYK
RGB Variations
Color information
#233F44 (or 0x233F44) is known color: Nordic. HEX triplet: 23, 3F and 44. RGB value is (35,63,68). Sum of RGB (Red+Green+Blue) = 35+63+68=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #233F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F44 is #DCC0BB. Grayscale: #373737. Windows color (decimal): -14467260 or 4472611. OLE color: 4472611.
HSL color Cylindrical-coordinate representation of color #233F44: hue angle of 189.09º degrees, saturation: 0.32, 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 #233F44 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 63 | 68 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.73 |
| HSL | 189.09º | 0.32% | 0.2% | - |
| HSV(B) | 189.09º | 0.49% | 0.27% | - |
| XYZ | 3.51 | 4.33 | 6.12 | - |
| YUV | 55.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 68 | 0.49 | 0.07 | 0 | 0.73 | 189.09 | 0.32 | 0.2 |
| Hex | 23 | 3F | 44 | 31 | 7 | 0 | 49 | BD | 20 | 14 |
| Octal | 43 | 77 | 104 | 61 | 7 | 0 | 111 | 275 | 40 | 24 |
| Binary | 100011 | 111111 | 1000100 | 110001 | 111 | 0 | 1001001 | 10111101 | 100000 | 10100 |
Color Harmonies of #233F44
Complementary color
Monochromatic Colors of #233F44
Black with #233F44
Text Example
Text Example
White with #233F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F44; }
p { color: rgb(35,63,68); }
H1.HeaderClassName
{
color: #233F44;
}
.AnyTagClassName
{
color: #233F44;
}
</style>
background-color css
<style>
a { background-color: #233F44; }
a { background-color: rgb(35,63,68); }
div.DivClassName
{
background-color: #233F44;
}
.BgClassName
{
background-color: #233F44;
}
</style>
border-color css
<style>
span { border-color: #233F44; }
span { border-color: rgb(35,63,68); }
td.TdClassName
{
border-color: #233F44;
}
.TagClassName
{
border-color: #233F44;
}
</style>