Html Css Color HEX #042C38 Nordic

📋 copy color: '#042C38'

red 4 ◦ green 44 ◦ blue 56

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

Shades of Nordic #042C38

Tints of Nordic #042C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 42.31%

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 3.85%
G = 42.31%
B = 53.85%

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

#042C38 (or 0x042C38) is known color: Nordic. HEX triplet: 04, 2C and 38. RGB value is (4,44,56). Sum of RGB (Red+Green+Blue) = 4+44+56=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #042C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C38 is #FBD3C7. Grayscale: #212121. Windows color (decimal): -16503752 or 3681284. OLE color: 3681284.

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

Color convert

RGB 4 44 56 -
CMYK 0.93 0.21 0 0.78
HSL 193.85º 0.87% 0.12% -
HSV(B) 193.85º 0.93% 0.22% -
XYZ 1.66 2.11 4.06 -
YUV 33.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 4 44 56 0.93 0.21 0 0.78 193.85 0.87 0.12
Hex 4 2C 38 5D 15 0 4E C2 57 C
Octal 4 54 70 135 25 0 116 302 127 14
Binary 100 101100 111000 1011101 10101 0 1001110 11000010 1010111 1100

Color Harmonies of #042C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C38

Black with #042C38

Text Example


Text Example

White with #042C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,44,56); }

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

background-color css

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

 a { background-color: rgb(4,44,56); }

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

border-color css

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

 span { border-color: rgb(4,44,56); }

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