Shades of Nordic #233A3D
Tints of Nordic #233A3D
RGB
CMYK
RGB Variations
Color information
#233A3D (or 0x233A3D) is known color: Nordic. HEX triplet: 23, 3A and 3D. RGB value is (35,58,61). Sum of RGB (Red+Green+Blue) = 35+58+61=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #233A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A3D is #DCC5C2. Grayscale: #333333. Windows color (decimal): -14468547 or 4012579. OLE color: 4012579.
HSL color Cylindrical-coordinate representation of color #233A3D: hue angle of 186.92º 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 #233A3D is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 58 | 61 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.76 |
| HSL | 186.92º | 0.27% | 0.19% | - |
| HSV(B) | 186.92º | 0.43% | 0.24% | - |
| XYZ | 3.05 | 3.72 | 4.97 | - |
| YUV | 51.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 61 | 0.43 | 0.05 | 0 | 0.76 | 186.92 | 0.27 | 0.19 |
| Hex | 23 | 3A | 3D | 2B | 5 | 0 | 4C | BB | 1B | 13 |
| Octal | 43 | 72 | 75 | 53 | 5 | 0 | 114 | 273 | 33 | 23 |
| Binary | 100011 | 111010 | 111101 | 101011 | 101 | 0 | 1001100 | 10111011 | 11011 | 10011 |
Color Harmonies of #233A3D
Complementary color
Monochromatic Colors of #233A3D
Black with #233A3D
Text Example
Text Example
White with #233A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A3D; }
p { color: rgb(35,58,61); }
H1.HeaderClassName
{
color: #233A3D;
}
.AnyTagClassName
{
color: #233A3D;
}
</style>
background-color css
<style>
a { background-color: #233A3D; }
a { background-color: rgb(35,58,61); }
div.DivClassName
{
background-color: #233A3D;
}
.BgClassName
{
background-color: #233A3D;
}
</style>
border-color css
<style>
span { border-color: #233A3D; }
span { border-color: rgb(35,58,61); }
td.TdClassName
{
border-color: #233A3D;
}
.TagClassName
{
border-color: #233A3D;
}
</style>