Shades of Nordic #233C3D
Tints of Nordic #233C3D
RGB
CMYK
RGB Variations
Color information
#233C3D (or 0x233C3D) is known color: Nordic. HEX triplet: 23, 3C and 3D. RGB value is (35,60,61). Sum of RGB (Red+Green+Blue) = 35+60+61=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: blue. Hex color #233C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C3D is #DCC3C2. Grayscale: #343434. Windows color (decimal): -14468035 or 4013091. OLE color: 4013091.
HSL color Cylindrical-coordinate representation of color #233C3D: hue angle of 182.31º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #233C3D is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 61 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.76 |
| HSL | 182.31º | 0.27% | 0.19% | - |
| HSV(B) | 182.31º | 0.43% | 0.24% | - |
| XYZ | 3.15 | 3.93 | 5.01 | - |
| YUV | 52.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 61 | 0.43 | 0.02 | 0 | 0.76 | 182.31 | 0.27 | 0.19 |
| Hex | 23 | 3C | 3D | 2B | 2 | 0 | 4C | B6 | 1B | 13 |
| Octal | 43 | 74 | 75 | 53 | 2 | 0 | 114 | 266 | 33 | 23 |
| Binary | 100011 | 111100 | 111101 | 101011 | 10 | 0 | 1001100 | 10110110 | 11011 | 10011 |
Color Harmonies of #233C3D
Complementary color
Monochromatic Colors of #233C3D
Black with #233C3D
Text Example
Text Example
White with #233C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C3D; }
p { color: rgb(35,60,61); }
H1.HeaderClassName
{
color: #233C3D;
}
.AnyTagClassName
{
color: #233C3D;
}
</style>
background-color css
<style>
a { background-color: #233C3D; }
a { background-color: rgb(35,60,61); }
div.DivClassName
{
background-color: #233C3D;
}
.BgClassName
{
background-color: #233C3D;
}
</style>
border-color css
<style>
span { border-color: #233C3D; }
span { border-color: rgb(35,60,61); }
td.TdClassName
{
border-color: #233C3D;
}
.TagClassName
{
border-color: #233C3D;
}
</style>