Shades of Nordic #263C3E
Tints of Nordic #263C3E
RGB
CMYK
RGB Variations
Color information
#263C3E (or 0x263C3E) is known color: Nordic. HEX triplet: 26, 3C and 3E. RGB value is (38,60,62). Sum of RGB (Red+Green+Blue) = 38+60+62=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 62 - color contains mainly: blue. Hex color #263C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C3E is #D9C3C1. Grayscale: #353535. Windows color (decimal): -14271426 or 4078630. OLE color: 4078630.
HSL color Cylindrical-coordinate representation of color #263C3E: hue angle of 185º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #263C3E is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 60 | 62 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.76 |
| HSL | 185º | 0.24% | 0.2% | - |
| HSV(B) | 185º | 0.39% | 0.24% | - |
| XYZ | 3.28 | 3.99 | 5.15 | - |
| YUV | 53.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 62 | 0.39 | 0.03 | 0 | 0.76 | 185 | 0.24 | 0.2 |
| Hex | 26 | 3C | 3E | 27 | 3 | 0 | 4C | B9 | 18 | 14 |
| Octal | 46 | 74 | 76 | 47 | 3 | 0 | 114 | 271 | 30 | 24 |
| Binary | 100110 | 111100 | 111110 | 100111 | 11 | 0 | 1001100 | 10111001 | 11000 | 10100 |
Color Harmonies of #263C3E
Complementary color
Monochromatic Colors of #263C3E
Black with #263C3E
Text Example
Text Example
White with #263C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C3E; }
p { color: rgb(38,60,62); }
H1.HeaderClassName
{
color: #263C3E;
}
.AnyTagClassName
{
color: #263C3E;
}
</style>
background-color css
<style>
a { background-color: #263C3E; }
a { background-color: rgb(38,60,62); }
div.DivClassName
{
background-color: #263C3E;
}
.BgClassName
{
background-color: #263C3E;
}
</style>
border-color css
<style>
span { border-color: #263C3E; }
span { border-color: rgb(38,60,62); }
td.TdClassName
{
border-color: #263C3E;
}
.TagClassName
{
border-color: #263C3E;
}
</style>