Html Css Color HEX #043441 Nordic

📋 copy color: '#043441'

red 4 ◦ green 52 ◦ blue 65

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

Shades of Nordic #043441

Tints of Nordic #043441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 53.72%

R = 3.31%
G = 42.98%
B = 53.72%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#043441 (or 0x043441) is known color: Nordic. HEX triplet: 04, 34 and 41. RGB value is (4,52,65). Sum of RGB (Red+Green+Blue) = 4+52+65=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #043441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043441 is #FBCBBE. Grayscale: #272727. Windows color (decimal): -16501695 or 4273156. OLE color: 4273156.

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

Color convert

RGB 4 52 65 -
CMYK 0.94 0.20 0 0.75
HSL 192.79º 0.88% 0.14% -
HSV(B) 192.79º 0.94% 0.25% -
XYZ 2.23 2.86 5.44 -
YUV 39.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 4 52 65 0.94 0.20 0 0.75 192.79 0.88 0.14
Hex 4 34 41 5E 14 0 4B C1 58 E
Octal 4 64 101 136 24 0 113 301 130 16
Binary 100 110100 1000001 1011110 10100 0 1001011 11000001 1011000 1110

Color Harmonies of #043441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043441

Black with #043441

Text Example


Text Example

White with #043441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043441; }

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

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

background-color css

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

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

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

border-color css

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

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

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