#042C38

Color #042C38 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #042C38

Tints of Nordic #042C38

Color information

#042C38 (or 0x042C38) is unknown color: approx 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

RGB44456-
CMYK0.930.2100.78
HSL193.85º86.67%11.76%-
HSV(B)193.85º92.86%21.96%-
XYZ1.662.114.06-
YUV33.41140.75107.02-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal444560.930.2100.78193.8586.6711.76
Hex42C385D1504Ec257c
Octal4547013525011630212714
Binary100101100111000101110110101010011101100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>