#042C32

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

Shades of Nordic #042C32

Tints of Nordic #042C32

Color information

#042C32 (or 0x042C32) is unknown color: approx Nordic. HEX triplet: 04, 2C and 32. RGB value is (4,44,50). Sum of RGB (Red+Green+Blue) = 4+44+50=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #042C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C32 is #FBD3CD. Grayscale: #202020. Windows color (decimal): -16503758 or 3288068. OLE color: 3288068.

HSL color Cylindrical-coordinate representation of color #042C32: hue angle of 187.83º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042C32 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB44450-
CMYK0.920.1200.80
HSL187.83º85.19%10.59%-
HSV(B)187.83º92%19.61%-
XYZ1.532.063.33-
YUV32.72137.75107.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 44 (17.58% from 255) = 44.90%
BLUE value IS 50 (19.92% from 255) = 51.02%
R=4.08%
G=44.90%
B=51.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal444500.920.1200.80187.8385.1910.59
Hex42C325CC050bc55b
Octal4546213414012027412513
Binary10010110011001010111001100010100001011110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #042C32;
 }
 .AnyTagClassName
 {
   color: #042C32;
 }
</style>
background-color css

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

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

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

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

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

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