Shades of Nordic #233B3C
Tints of Nordic #233B3C
RGB
CMYK
RGB Variations
Color information
#233B3C (or 0x233B3C) is known color: Nordic. HEX triplet: 23, 3B and 3C. RGB value is (35,59,60). Sum of RGB (Red+Green+Blue) = 35+59+60=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 60 - color contains mainly: blue. Hex color #233B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B3C is #DCC4C3. Grayscale: #333333. Windows color (decimal): -14468292 or 3947299. OLE color: 3947299.
HSL color Cylindrical-coordinate representation of color #233B3C: hue angle of 182.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #233B3C is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 59 | 60 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.76 |
| HSL | 182.4º | 0.26% | 0.19% | - |
| HSV(B) | 182.4º | 0.42% | 0.24% | - |
| XYZ | 3.07 | 3.81 | 4.85 | - |
| YUV | 51.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 60 | 0.42 | 0.02 | 0 | 0.76 | 182.4 | 0.26 | 0.19 |
| Hex | 23 | 3B | 3C | 2A | 2 | 0 | 4C | B6 | 1A | 13 |
| Octal | 43 | 73 | 74 | 52 | 2 | 0 | 114 | 266 | 32 | 23 |
| Binary | 100011 | 111011 | 111100 | 101010 | 10 | 0 | 1001100 | 10110110 | 11010 | 10011 |
Color Harmonies of #233B3C
Complementary color
Monochromatic Colors of #233B3C
Black with #233B3C
Text Example
Text Example
White with #233B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B3C; }
p { color: rgb(35,59,60); }
H1.HeaderClassName
{
color: #233B3C;
}
.AnyTagClassName
{
color: #233B3C;
}
</style>
background-color css
<style>
a { background-color: #233B3C; }
a { background-color: rgb(35,59,60); }
div.DivClassName
{
background-color: #233B3C;
}
.BgClassName
{
background-color: #233B3C;
}
</style>
border-color css
<style>
span { border-color: #233B3C; }
span { border-color: rgb(35,59,60); }
td.TdClassName
{
border-color: #233B3C;
}
.TagClassName
{
border-color: #233B3C;
}
</style>