Shades of Nordic #263A3C
Tints of Nordic #263A3C
RGB
CMYK
RGB Variations
Color information
#263A3C (or 0x263A3C) is known color: Nordic. HEX triplet: 26, 3A and 3C. RGB value is (38,58,60). Sum of RGB (Red+Green+Blue) = 38+58+60=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 60 - color contains mainly: blue. Hex color #263A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A3C is #D9C5C3. Grayscale: #343434. Windows color (decimal): -14271940 or 3947046. OLE color: 3947046.
HSL color Cylindrical-coordinate representation of color #263A3C: hue angle of 185.45º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #263A3C is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 58 | 60 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.76 |
| HSL | 185.45º | 0.22% | 0.19% | - |
| HSV(B) | 185.45º | 0.37% | 0.24% | - |
| XYZ | 3.13 | 3.76 | 4.84 | - |
| YUV | 52.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 60 | 0.37 | 0.03 | 0 | 0.76 | 185.45 | 0.22 | 0.19 |
| Hex | 26 | 3A | 3C | 25 | 3 | 0 | 4C | B9 | 16 | 13 |
| Octal | 46 | 72 | 74 | 45 | 3 | 0 | 114 | 271 | 26 | 23 |
| Binary | 100110 | 111010 | 111100 | 100101 | 11 | 0 | 1001100 | 10111001 | 10110 | 10011 |
Color Harmonies of #263A3C
Complementary color
Monochromatic Colors of #263A3C
Black with #263A3C
Text Example
Text Example
White with #263A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A3C; }
p { color: rgb(38,58,60); }
H1.HeaderClassName
{
color: #263A3C;
}
.AnyTagClassName
{
color: #263A3C;
}
</style>
background-color css
<style>
a { background-color: #263A3C; }
a { background-color: rgb(38,58,60); }
div.DivClassName
{
background-color: #263A3C;
}
.BgClassName
{
background-color: #263A3C;
}
</style>
border-color css
<style>
span { border-color: #263A3C; }
span { border-color: rgb(38,58,60); }
td.TdClassName
{
border-color: #263A3C;
}
.TagClassName
{
border-color: #263A3C;
}
</style>