Html Css Color HEX #042D39 Nordic

📋 copy color: '#042D39'

red 4 ◦ green 45 ◦ blue 57

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

Shades of Nordic #042D39

Tints of Nordic #042D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 42.45%

 BLUE value IS 57 (22.66% from 255) = 53.77%

R = 3.77%
G = 42.45%
B = 53.77%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#042D39 (or 0x042D39) is known color: Nordic. HEX triplet: 04, 2D and 39. RGB value is (4,45,57). Sum of RGB (Red+Green+Blue) = 4+45+57=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #042D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D39 is #FBD2C6. Grayscale: #222222. Windows color (decimal): -16503495 or 3747076. OLE color: 3747076.

HSL color Cylindrical-coordinate representation of color #042D39: hue angle of 193.58º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042D39 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 45 57 -
CMYK 0.93 0.21 0 0.78
HSL 193.58º 0.87% 0.12% -
HSV(B) 193.58º 0.93% 0.22% -
XYZ 1.73 2.2 4.2 -
YUV 34.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 4 45 57 0.93 0.21 0 0.78 193.58 0.87 0.12
Hex 4 2D 39 5D 15 0 4E C2 57 C
Octal 4 55 71 135 25 0 116 302 127 14
Binary 100 101101 111001 1011101 10101 0 1001110 11000010 1010111 1100

Color Harmonies of #042D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D39

Black with #042D39

Text Example


Text Example

White with #042D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042D39; }

 p { color: rgb(4,45,57); }

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

background-color css

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

 a { background-color: rgb(4,45,57); }

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

border-color css

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

 span { border-color: rgb(4,45,57); }

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