#032D38

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

Shades of Nordic #032D38

Tints of Nordic #032D38

Color information

#032D38 (or 0x032D38) is unknown color: approx Nordic. HEX triplet: 03, 2D and 38. RGB value is (3,45,56). Sum of RGB (Red+Green+Blue) = 3+45+56=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 45 (17.97% from 255 or 43.27% 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 #032D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D38 is #FCD2C7. Grayscale: #212121. Windows color (decimal): -16569032 or 3681539. OLE color: 3681539.

HSL color Cylindrical-coordinate representation of color #032D38: hue angle of 192.45º 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 #032D38 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34556-
CMYK0.950.2000.78
HSL192.45º89.83%11.57%-
HSV(B)192.45º94.64%21.96%-
XYZ1.692.184.07-
YUV33.7140.59106.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 56 (22.27% from 255) = 53.85%
R=2.88%
G=43.27%
B=53.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal345560.950.2000.78192.4589.8311.57
Hex32D385F1404Ec05ac
Octal3557013724011630013214
Binary11101101111000101111110100010011101100000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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