Shades of Nordic #033239
Tints of Nordic #033239
RGB
CMYK
RGB Variations
Color information
#033239 (or 0x033239) is known color: Nordic. HEX triplet: 03, 32 and 39. RGB value is (3,50,57). Sum of RGB (Red+Green+Blue) = 3+50+57=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #033239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033239 is #FCCDC6. Grayscale: #242424. Windows color (decimal): -16567751 or 3748355. OLE color: 3748355.
HSL color Cylindrical-coordinate representation of color #033239: hue angle of 187.78º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033239 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 50 | 57 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.78 |
| HSL | 187.78º | 0.9% | 0.12% | - |
| HSV(B) | 187.78º | 0.95% | 0.22% | - |
| XYZ | 1.92 | 2.6 | 4.27 | - |
| YUV | 36.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 57 | 0.95 | 0.12 | 0 | 0.78 | 187.78 | 0.9 | 0.12 |
| Hex | 3 | 32 | 39 | 5F | C | 0 | 4E | BC | 5A | C |
| Octal | 3 | 62 | 71 | 137 | 14 | 0 | 116 | 274 | 132 | 14 |
| Binary | 11 | 110010 | 111001 | 1011111 | 1100 | 0 | 1001110 | 10111100 | 1011010 | 1100 |
Color Harmonies of #033239
Complementary color
Monochromatic Colors of #033239
Black with #033239
Text Example
Text Example
White with #033239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033239; }
p { color: rgb(3,50,57); }
H1.HeaderClassName
{
color: #033239;
}
.AnyTagClassName
{
color: #033239;
}
</style>
background-color css
<style>
a { background-color: #033239; }
a { background-color: rgb(3,50,57); }
div.DivClassName
{
background-color: #033239;
}
.BgClassName
{
background-color: #033239;
}
</style>
border-color css
<style>
span { border-color: #033239; }
span { border-color: rgb(3,50,57); }
td.TdClassName
{
border-color: #033239;
}
.TagClassName
{
border-color: #033239;
}
</style>