Html Css Color HEX #043340 Nordic

📋 copy color: '#043340'

red 4 ◦ green 51 ◦ blue 64

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

Shades of Nordic #043340

Tints of Nordic #043340

RGB

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

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

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

R = 3.36%
G = 42.86%
B = 53.78%

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

#043340 (or 0x043340) is known color: Nordic. HEX triplet: 04, 33 and 40. RGB value is (4,51,64). Sum of RGB (Red+Green+Blue) = 4+51+64=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #043340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043340 is #FBCCBF. Grayscale: #262626. Windows color (decimal): -16501952 or 4207364. OLE color: 4207364.

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

Color convert

RGB 4 51 64 -
CMYK 0.94 0.20 0 0.75
HSL 193º 0.88% 0.13% -
HSV(B) 193º 0.94% 0.25% -
XYZ 2.16 2.76 5.27 -
YUV 38.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 4 51 64 0.94 0.20 0 0.75 193 0.88 0.13
Hex 4 33 40 5E 14 0 4B C1 58 D
Octal 4 63 100 136 24 0 113 301 130 15
Binary 100 110011 1000000 1011110 10100 0 1001011 11000001 1011000 1101

Color Harmonies of #043340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043340

Black with #043340

Text Example


Text Example

White with #043340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043340; }

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

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

background-color css

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

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

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

border-color css

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

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

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