Shades of Nordic #263D3E
Tints of Nordic #263D3E
RGB
CMYK
RGB Variations
Color information
#263D3E (or 0x263D3E) is known color: Nordic. HEX triplet: 26, 3D and 3E. RGB value is (38,61,62). Sum of RGB (Red+Green+Blue) = 38+61+62=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 62 - color contains mainly: blue. Hex color #263D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D3E is #D9C2C1. Grayscale: #363636. Windows color (decimal): -14271170 or 4078886. OLE color: 4078886.
HSL color Cylindrical-coordinate representation of color #263D3E: hue angle of 182.5º 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 #263D3E is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 38 | 61 | 62 | - |
CMYK | 0.39 | 0.02 | 0 | 0.76 |
HSL | 182.5º | 0.24% | 0.2% | - |
HSV(B) | 182.5º | 0.39% | 0.24% | - |
XYZ | 3.34 | 4.1 | 5.17 | - |
YUV | 54.24 | 132.38 | 116.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 61 | 62 | 0.39 | 0.02 | 0 | 0.76 | 182.5 | 0.24 | 0.2 |
Hex | 26 | 3D | 3E | 27 | 2 | 0 | 4C | B6 | 18 | 14 |
Octal | 46 | 75 | 76 | 47 | 2 | 0 | 114 | 266 | 30 | 24 |
Binary | 100110 | 111101 | 111110 | 100111 | 10 | 0 | 1001100 | 10110110 | 11000 | 10100 |
Color Harmonies of #263D3E
Complementary color
Monochromatic Colors of #263D3E
Black with #263D3E
Text Example
Text Example
White with #263D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D3E; }
p { color: rgb(38,61,62); }
H1.HeaderClassName
{
color: #263D3E;
}
.AnyTagClassName
{
color: #263D3E;
}
</style>
background-color css
<style>
a { background-color: #263D3E; }
a { background-color: rgb(38,61,62); }
div.DivClassName
{
background-color: #263D3E;
}
.BgClassName
{
background-color: #263D3E;
}
</style>
border-color css
<style>
span { border-color: #263D3E; }
span { border-color: rgb(38,61,62); }
td.TdClassName
{
border-color: #263D3E;
}
.TagClassName
{
border-color: #263D3E;
}
</style>