Html Css Color HEX #043036 Nordic

📋 copy color: '#043036'

red 4 ◦ green 48 ◦ blue 54

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

Shades of Nordic #043036

Tints of Nordic #043036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.28%

 BLUE value IS 54 (21.48% from 255) = 50.94%

R = 3.77%
G = 45.28%
B = 50.94%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#043036 (or 0x043036) is known color: Nordic. HEX triplet: 04, 30 and 36. RGB value is (4,48,54). Sum of RGB (Red+Green+Blue) = 4+48+54=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #043036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043036 is #FBCFC9. Grayscale: #232323. Windows color (decimal): -16502730 or 3551236. OLE color: 3551236.

HSL color Cylindrical-coordinate representation of color #043036: hue angle of 187.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043036 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 48 54 -
CMYK 0.93 0.11 0 0.79
HSL 187.2º 0.86% 0.11% -
HSV(B) 187.2º 0.93% 0.21% -
XYZ 1.77 2.41 3.86 -
YUV 35.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 4 48 54 0.93 0.11 0 0.79 187.2 0.86 0.11
Hex 4 30 36 5D B 0 4F BB 56 B
Octal 4 60 66 135 13 0 117 273 126 13
Binary 100 110000 110110 1011101 1011 0 1001111 10111011 1010110 1011

Color Harmonies of #043036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043036

Black with #043036

Text Example


Text Example

White with #043036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043036; }

 p { color: rgb(4,48,54); }

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

background-color css

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

 a { background-color: rgb(4,48,54); }

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

border-color css

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

 span { border-color: rgb(4,48,54); }

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