Html Css Color HEX #043540 Nordic

📋 copy color: '#043540'

red 4 ◦ green 53 ◦ blue 64

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

Shades of Nordic #043540

Tints of Nordic #043540

RGB

 RED value IS 4 (1.95% from 255) = 3.31%

 GREEN value IS 53 (21.09% from 255) = 43.8%

 BLUE value IS 64 (25.39% from 255) = 52.89%

R = 3.31%
G = 43.8%
B = 52.89%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 4 53 64 -
CMYK 0.94 0.17 0 0.75
HSL 191º 0.88% 0.13% -
HSV(B) 191º 0.94% 0.25% -
XYZ 2.25 2.94 5.3 -
YUV 39.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 4 53 64 0.94 0.17 0 0.75 191 0.88 0.13
Hex 4 35 40 5E 11 0 4B BF 58 D
Octal 4 65 100 136 21 0 113 277 130 15
Binary 100 110101 1000000 1011110 10001 0 1001011 10111111 1011000 1101

Color Harmonies of #043540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043540

Black with #043540

Text Example


Text Example

White with #043540

Text Example


Text Example

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