#043039

Color #043039 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #043039

Tints of Nordic #043039

Color information

#043039 (or 0x043039) is unknown color: approx Nordic. HEX triplet: 04, 30 and 39. RGB value is (4,48,57). Sum of RGB (Red+Green+Blue) = 4+48+57=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #043039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043039 is #FBCFC6. Grayscale: #232323. Windows color (decimal): -16502727 or 3747844. OLE color: 3747844.

HSL color Cylindrical-coordinate representation of color #043039: hue angle of 190.19º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043039 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB44857-
CMYK0.930.1600.78
HSL190.19º86.89%11.96%-
HSV(B)190.19º92.98%22.35%-
XYZ1.852.444.24-
YUV35.87139.92105.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=3.67%
G=44.04%
B=52.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal448570.930.1600.78190.1986.8911.96
Hex430395D1004Ebe57c
Octal4607113520011627612714
Binary100110000111001101110110000010011101011111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043039; }

 p { color: rgb(4,48,57); }

 H1.HeaderClassName
 {
   color: #043039;
 }
 .AnyTagClassName
 {
   color: #043039;
 }
</style>
background-color css

<style>
 a { background-color: #043039; }

 a { background-color: rgb(4,48,57); }

 div.DivClassName
 {
   background-color: #043039;
 }
 .BgClassName
 {
   background-color: #043039;
 }
</style>
border-color css

<style>
 span { border-color: #043039; }

 span { border-color: rgb(4,48,57); }

 td.TdClassName
 {
   border-color: #043039;
 }
 .TagClassName
 {
   border-color: #043039;
 }
</style>