#043540

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

Shades of Nordic #043540

Tints of Nordic #043540

Color information

#043540 (or 0x043540) is unknown color: approx Nordic. HEX triplet: 04, 35 and 40. RGB value is (4,53,64). Sum of RGB (Red+Green+Blue) = 4+53+64=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #043540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043540 is #FBCABF. Grayscale: #272727. Windows color (decimal): -16501440 or 4207876. OLE color: 4207876.

HSL color Cylindrical-coordinate representation of color #043540: hue angle of 191º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043540 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB45364-
CMYK0.940.1700.75
HSL191º88.24%13.33%-
HSV(B)191º93.75%25.1%-
XYZ2.252.945.3-
YUV39.6141.77102.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=3.31%
G=43.80%
B=52.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal453640.940.1700.7519188.2413.33
Hex435405E1104Bbf58d
Octal46510013621011327713015
Binary1001101011000000101111010001010010111011111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043540; }

 p { color: rgb(4,53,64); }

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

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

 a { background-color: rgb(4,53,64); }

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

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

 span { border-color: rgb(4,53,64); }

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