Html Css Color HEX #042D37 Nordic

📋 copy color: '#042D37'

red 4 ◦ green 45 ◦ blue 55

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

Shades of Nordic #042D37

Tints of Nordic #042D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 52.88%

R = 3.85%
G = 43.27%
B = 52.88%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#042D37 (or 0x042D37) is known color: Nordic. HEX triplet: 04, 2D and 37. RGB value is (4,45,55). Sum of RGB (Red+Green+Blue) = 4+45+55=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #042D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D37 is #FBD2C8. Grayscale: #212121. Windows color (decimal): -16503497 or 3616004. OLE color: 3616004.

HSL color Cylindrical-coordinate representation of color #042D37: hue angle of 191.76º degrees, saturation: 0.86, 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 #042D37 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 45 55 -
CMYK 0.93 0.18 0 0.78
HSL 191.76º 0.86% 0.12% -
HSV(B) 191.76º 0.93% 0.22% -
XYZ 1.68 2.18 3.95 -
YUV 33.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 4 45 55 0.93 0.18 0 0.78 191.76 0.86 0.12
Hex 4 2D 37 5D 12 0 4E C0 56 C
Octal 4 55 67 135 22 0 116 300 126 14
Binary 100 101101 110111 1011101 10010 0 1001110 11000000 1010110 1100

Color Harmonies of #042D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D37

Black with #042D37

Text Example


Text Example

White with #042D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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