#043036

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

Shades of Nordic #043036

Tints of Nordic #043036

Color information

#043036 (or 0x043036) is unknown color: approx Nordic. HEX triplet: 04, 30 and 36. RGB value is (4,48,54). Sum of RGB (Red+Green+Blue) = 4+48+54=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #043036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043036 is #FBCFC9. Grayscale: #232323. Windows color (decimal): -16502730 or 3551236. OLE color: 3551236.

HSL color Cylindrical-coordinate representation of color #043036: hue angle of 187.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043036 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB44854-
CMYK0.930.1100.79
HSL187.2º86.21%11.37%-
HSV(B)187.2º92.59%21.18%-
XYZ1.772.413.86-
YUV35.53138.42105.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 54 (21.48% from 255) = 50.94%
R=3.77%
G=45.28%
B=50.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal448540.930.1100.79187.286.2111.37
Hex430365DB04Fbb56b
Octal4606613513011727312613
Binary10011000011011010111011011010011111011101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043036; }

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

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

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

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

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

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

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

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