#032D3A

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

Shades of Nordic #032D3A

Tints of Nordic #032D3A

Color information

#032D3A (or 0x032D3A) is unknown color: approx Nordic. HEX triplet: 03, 2D and 3A. RGB value is (3,45,58). Sum of RGB (Red+Green+Blue) = 3+45+58=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #032D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D3A is #FCD2C5. Grayscale: #212121. Windows color (decimal): -16569030 or 3812611. OLE color: 3812611.

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

Color convert

RGB34558-
CMYK0.950.2200.77
HSL194.18º90.16%11.96%-
HSV(B)194.18º94.83%22.75%-
XYZ1.742.24.34-
YUV33.92141.59105.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 58 (23.05% from 255) = 54.72%
R=2.83%
G=42.45%
B=54.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal345580.950.2200.77194.1890.1611.96
Hex32D3A5F1604Dc25ac
Octal3557213726011530213214
Binary11101101111010101111110110010011011100001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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