Html Css Color HEX #043440 Nordic

📋 copy color: '#043440'

red 4 ◦ green 52 ◦ blue 64

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

Shades of Nordic #043440

Tints of Nordic #043440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 43.33%

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

R = 3.33%
G = 43.33%
B = 53.33%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#043440 (or 0x043440) is known color: Nordic. HEX triplet: 04, 34 and 40. RGB value is (4,52,64). Sum of RGB (Red+Green+Blue) = 4+52+64=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #043440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043440 is #FBCBBF. Grayscale: #262626. Windows color (decimal): -16501696 or 4207620. OLE color: 4207620.

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

Color convert

RGB 4 52 64 -
CMYK 0.94 0.19 0 0.75
HSL 192º 0.88% 0.13% -
HSV(B) 192º 0.94% 0.25% -
XYZ 2.2 2.85 5.28 -
YUV 39.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 4 52 64 0.94 0.19 0 0.75 192 0.88 0.13
Hex 4 34 40 5E 13 0 4B C0 58 D
Octal 4 64 100 136 23 0 113 300 130 15
Binary 100 110100 1000000 1011110 10011 0 1001011 11000000 1011000 1101

Color Harmonies of #043440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043440

Black with #043440

Text Example


Text Example

White with #043440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043440; }

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

 H1.HeaderClassName
 {
   color: #043440;
 }
 .AnyTagClassName
 {
   color: #043440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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