#032C38

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

Shades of Nordic #032C38

Tints of Nordic #032C38

Color information

#032C38 (or 0x032C38) is unknown color: approx Nordic. HEX triplet: 03, 2C and 38. RGB value is (3,44,56). Sum of RGB (Red+Green+Blue) = 3+44+56=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #032C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C38 is #FCD3C7. Grayscale: #212121. Windows color (decimal): -16569288 or 3681283. OLE color: 3681283.

HSL color Cylindrical-coordinate representation of color #032C38: hue angle of 193.58º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032C38 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34456-
CMYK0.950.2100.78
HSL193.58º89.83%11.57%-
HSV(B)193.58º94.64%21.96%-
XYZ1.652.114.06-
YUV33.11140.92106.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 44 (17.58% from 255) = 42.72%
BLUE value IS 56 (22.27% from 255) = 54.37%
R=2.91%
G=42.72%
B=54.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal344560.950.2100.78193.5889.8311.57
Hex32C385F1504Ec25ac
Octal3547013725011630213214
Binary11101100111000101111110101010011101100001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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