#032C35

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

Shades of Nordic #032C35

Tints of Nordic #032C35

Color information

#032C35 (or 0x032C35) is unknown color: approx Nordic. HEX triplet: 03, 2C and 35. RGB value is (3,44,53). Sum of RGB (Red+Green+Blue) = 3+44+53=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #032C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C35 is #FCD3CA. Grayscale: #202020. Windows color (decimal): -16569291 or 3484675. OLE color: 3484675.

HSL color Cylindrical-coordinate representation of color #032C35: hue angle of 190.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032C35 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB34453-
CMYK0.940.1700.79
HSL190.8º89.29%10.98%-
HSV(B)190.8º94.34%20.78%-
XYZ1.582.083.69-
YUV32.77139.42106.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 44 (17.58% from 255) = 44%
BLUE value IS 53 (21.09% from 255) = 53%
R=3%
G=44%
B=53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal344530.940.1700.79190.889.2910.98
Hex32C355E1104Fbf59b
Octal3546513621011727713113
Binary11101100110101101111010001010011111011111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032C35; }

 p { color: rgb(3,44,53); }

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

<style>
 a { background-color: #032C35; }

 a { background-color: rgb(3,44,53); }

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

<style>
 span { border-color: #032C35; }

 span { border-color: rgb(3,44,53); }

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