#032B2E

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

Shades of Nordic #032B2E

Tints of Nordic #032B2E

Color information

#032B2E (or 0x032B2E) is unknown color: approx Nordic. HEX triplet: 03, 2B and 2E. RGB value is (3,43,46). Sum of RGB (Red+Green+Blue) = 3+43+46=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 43 (17.19% from 255 or 46.74% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #032B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B2E is #FCD4D1. Grayscale: #1F1F1F. Windows color (decimal): -16569554 or 3025667. OLE color: 3025667.

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

Color convert

RGB34346-
CMYK0.930.0700.82
HSL184.19º87.76%9.61%-
HSV(B)184.19º93.48%18.04%-
XYZ1.391.942.89-
YUV31.38136.25107.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 43 (17.19% from 255) = 46.74%
BLUE value IS 46 (18.36% from 255) = 50%
R=3.26%
G=46.74%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal343460.930.0700.82184.1987.769.61
Hex32B2E5D7052b858a
Octal353561357012227013012
Binary111010111011101011101111010100101011100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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