#032E3A

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

Shades of Nordic #032E3A

Tints of Nordic #032E3A

Color information

#032E3A (or 0x032E3A) is unknown color: approx Nordic. HEX triplet: 03, 2E and 3A. RGB value is (3,46,58). Sum of RGB (Red+Green+Blue) = 3+46+58=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #032E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E3A is #FCD1C5. Grayscale: #222222. Windows color (decimal): -16568774 or 3812867. OLE color: 3812867.

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

Color convert

RGB34658-
CMYK0.950.2100.77
HSL193.09º90.16%11.96%-
HSV(B)193.09º94.83%22.75%-
XYZ1.782.284.35-
YUV34.51141.25105.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 58 (23.05% from 255) = 54.21%
R=2.80%
G=42.99%
B=54.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal346580.950.2100.77193.0990.1611.96
Hex32E3A5F1504Dc15ac
Octal3567213725011530113214
Binary11101110111010101111110101010011011100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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