Html Css Color HEX #043341 Nordic

📋 copy color: '#043341'

red 4 ◦ green 51 ◦ blue 65

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

Shades of Nordic #043341

Tints of Nordic #043341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.5%

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

R = 3.33%
G = 42.5%
B = 54.17%

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

#043341 (or 0x043341) is known color: Nordic. HEX triplet: 04, 33 and 41. RGB value is (4,51,65). Sum of RGB (Red+Green+Blue) = 4+51+65=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #043341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043341 is #FBCCBE. Grayscale: #262626. Windows color (decimal): -16501951 or 4272900. OLE color: 4272900.

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

Color convert

RGB 4 51 65 -
CMYK 0.94 0.22 0 0.75
HSL 193.77º 0.88% 0.14% -
HSV(B) 193.77º 0.94% 0.25% -
XYZ 2.19 2.78 5.42 -
YUV 38.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 4 51 65 0.94 0.22 0 0.75 193.77 0.88 0.14
Hex 4 33 41 5E 16 0 4B C2 58 E
Octal 4 63 101 136 26 0 113 302 130 16
Binary 100 110011 1000001 1011110 10110 0 1001011 11000010 1011000 1110

Color Harmonies of #043341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043341

Black with #043341

Text Example


Text Example

White with #043341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043341; }

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

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

background-color css

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

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

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

border-color css

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

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

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