Shades of Nordic #263D3C
Tints of Nordic #263D3C
RGB
CMYK
RGB Variations
Color information
#263D3C (or 0x263D3C) is known color: Nordic. HEX triplet: 26, 3D and 3C. RGB value is (38,61,60). Sum of RGB (Red+Green+Blue) = 38+61+60=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 61 - color contains mainly: green. Hex color #263D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D3C is #D9C2C3. Grayscale: #353535. Windows color (decimal): -14271172 or 3947814. OLE color: 3947814.
HSL color Cylindrical-coordinate representation of color #263D3C: hue angle of 177.39º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D3C is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 60 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.76 |
| HSL | 177.39º | 0.23% | 0.19% | - |
| HSV(B) | 177.39º | 0.38% | 0.24% | - |
| XYZ | 3.28 | 4.08 | 4.89 | - |
| YUV | 54.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 60 | 0.38 | 0 | 0.02 | 0.76 | 177.39 | 0.23 | 0.19 |
| Hex | 26 | 3D | 3C | 26 | 0 | 2 | 4C | B1 | 17 | 13 |
| Octal | 46 | 75 | 74 | 46 | 0 | 2 | 114 | 261 | 27 | 23 |
| Binary | 100110 | 111101 | 111100 | 100110 | 0 | 10 | 1001100 | 10110001 | 10111 | 10011 |
Color Harmonies of #263D3C
Complementary color
Monochromatic Colors of #263D3C
Black with #263D3C
Text Example
Text Example
White with #263D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D3C; }
p { color: rgb(38,61,60); }
H1.HeaderClassName
{
color: #263D3C;
}
.AnyTagClassName
{
color: #263D3C;
}
</style>
background-color css
<style>
a { background-color: #263D3C; }
a { background-color: rgb(38,61,60); }
div.DivClassName
{
background-color: #263D3C;
}
.BgClassName
{
background-color: #263D3C;
}
</style>
border-color css
<style>
span { border-color: #263D3C; }
span { border-color: rgb(38,61,60); }
td.TdClassName
{
border-color: #263D3C;
}
.TagClassName
{
border-color: #263D3C;
}
</style>