#043136

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

Shades of Nordic #043136

Tints of Nordic #043136

Color information

#043136 (or 0x043136) is unknown color: approx Nordic. HEX triplet: 04, 31 and 36. RGB value is (4,49,54). Sum of RGB (Red+Green+Blue) = 4+49+54=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #043136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043136 is #FBCEC9. Grayscale: #242424. Windows color (decimal): -16502474 or 3551492. OLE color: 3551492.

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

Color convert

RGB44954-
CMYK0.930.0900.79
HSL186º86.21%11.37%-
HSV(B)186º92.59%21.18%-
XYZ1.812.493.87-
YUV36.12138.09105.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 49 (19.53% from 255) = 45.79%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=3.74%
G=45.79%
B=50.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal449540.930.0900.7918686.2111.37
Hex431365D904Fba56b
Octal4616613511011727212613
Binary10011000111011010111011001010011111011101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043136; }

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

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

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

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

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

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

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

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