Shades of Nordic #233D43
Tints of Nordic #233D43
RGB
CMYK
RGB Variations
Color information
#233D43 (or 0x233D43) is known color: Nordic. HEX triplet: 23, 3D and 43. RGB value is (35,61,67). Sum of RGB (Red+Green+Blue) = 35+61+67=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #233D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D43 is #DCC2BC. Grayscale: #353535. Windows color (decimal): -14467773 or 4406563. OLE color: 4406563.
HSL color Cylindrical-coordinate representation of color #233D43: hue angle of 191.25º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #233D43 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 61 | 67 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.74 |
| HSL | 191.25º | 0.31% | 0.2% | - |
| HSV(B) | 191.25º | 0.48% | 0.26% | - |
| XYZ | 3.37 | 4.1 | 5.92 | - |
| YUV | 53.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 67 | 0.48 | 0.09 | 0 | 0.74 | 191.25 | 0.31 | 0.2 |
| Hex | 23 | 3D | 43 | 30 | 9 | 0 | 4A | BF | 1F | 14 |
| Octal | 43 | 75 | 103 | 60 | 11 | 0 | 112 | 277 | 37 | 24 |
| Binary | 100011 | 111101 | 1000011 | 110000 | 1001 | 0 | 1001010 | 10111111 | 11111 | 10100 |
Color Harmonies of #233D43
Complementary color
Monochromatic Colors of #233D43
Black with #233D43
Text Example
Text Example
White with #233D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D43; }
p { color: rgb(35,61,67); }
H1.HeaderClassName
{
color: #233D43;
}
.AnyTagClassName
{
color: #233D43;
}
</style>
background-color css
<style>
a { background-color: #233D43; }
a { background-color: rgb(35,61,67); }
div.DivClassName
{
background-color: #233D43;
}
.BgClassName
{
background-color: #233D43;
}
</style>
border-color css
<style>
span { border-color: #233D43; }
span { border-color: rgb(35,61,67); }
td.TdClassName
{
border-color: #233D43;
}
.TagClassName
{
border-color: #233D43;
}
</style>