#032B2D

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

Shades of Nordic #032B2D

Tints of Nordic #032B2D

Color information

#032B2D (or 0x032B2D) is unknown color: approx Nordic. HEX triplet: 03, 2B and 2D. RGB value is (3,43,45). Sum of RGB (Red+Green+Blue) = 3+43+45=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #032B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B2D is #FCD4D2. Grayscale: #1F1F1F. Windows color (decimal): -16569555 or 2960131. OLE color: 2960131.

HSL color Cylindrical-coordinate representation of color #032B2D: hue angle of 182.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032B2D is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB34345-
CMYK0.930.0400.82
HSL182.86º87.5%9.41%-
HSV(B)182.86º93.33%17.65%-
XYZ1.381.942.78-
YUV31.27135.75107.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 43 (17.19% from 255) = 47.25%
BLUE value IS 45 (17.97% from 255) = 49.45%
R=3.30%
G=47.25%
B=49.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal343450.930.0400.82182.8687.59.41
Hex32B2D5D4052b7589
Octal353551354012226713011
Binary111010111011011011101100010100101011011110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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