#043439

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

Shades of Nordic #043439

Tints of Nordic #043439

Color information

#043439 (or 0x043439) is unknown color: approx Nordic. HEX triplet: 04, 34 and 39. RGB value is (4,52,57). Sum of RGB (Red+Green+Blue) = 4+52+57=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #043439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043439 is #FBCBC6. Grayscale: #262626. Windows color (decimal): -16501703 or 3748868. OLE color: 3748868.

HSL color Cylindrical-coordinate representation of color #043439: hue angle of 185.66º 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 #043439 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB45257-
CMYK0.930.0900.78
HSL185.66º86.89%11.96%-
HSV(B)185.66º92.98%22.35%-
XYZ2.022.784.3-
YUV38.22138.6103.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=3.54%
G=46.02%
B=50.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal452570.930.0900.78185.6686.8911.96
Hex434395D904Eba57c
Octal4647113511011627212714
Binary10011010011100110111011001010011101011101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043439; }

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

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

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

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

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

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

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

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