Html Css Color HEX #043240 Nordic

📋 copy color: '#043240'

red 4 ◦ green 50 ◦ blue 64

#043240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #043240

Tints of Nordic #043240

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 value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#043240 (or 0x043240) is known color: 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

RGB 4 50 64 -
CMYK 0.94 0.22 0 0.75
HSL 194º 0.88% 0.13% -
HSV(B) 194º 0.94% 0.25% -
XYZ 2.12 2.68 5.26 -
YUV 37.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 4 50 64 0.94 0.22 0 0.75 194 0.88 0.13
Hex 4 32 40 5E 16 0 4B C2 58 D
Octal 4 62 100 136 26 0 113 302 130 15
Binary 100 110010 1000000 1011110 10110 0 1001011 11000010 1011000 1101

Color Harmonies of #043240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043240

Black with #043240

Text Example


Text Example

White with #043240

Text Example


Text Example

HTML Codes & Css Web 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>