#043240

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

Shades of Nordic #043240

Tints of Nordic #043240

Color information

#043240 (or 0x043240) is unknown color: approx Nordic. HEX triplet: 04, 32 and 40. RGB value is (4,50,64). Sum of RGB (Red+Green+Blue) = 4+50+64=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #043240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043240 is #FBCDBF. Grayscale: #252525. Windows color (decimal): -16502208 or 4207108. OLE color: 4207108.

HSL color Cylindrical-coordinate representation of color #043240: hue angle of 194º 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 #043240 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB45064-
CMYK0.940.2200.75
HSL194º88.24%13.33%-
HSV(B)194º93.75%25.1%-
XYZ2.122.685.26-
YUV37.84142.76103.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=3.39%
G=42.37%
B=54.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal450640.940.2200.7519488.2413.33
Hex432405E1604Bc258d
Octal46210013626011330213015
Binary1001100101000000101111010110010010111100001010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043240; }

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

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

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

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

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

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

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

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