#032F30

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

Shades of Nordic #032F30

Tints of Nordic #032F30

Color information

#032F30 (or 0x032F30) is unknown color: approx Nordic. HEX triplet: 03, 2F and 30. RGB value is (3,47,48). Sum of RGB (Red+Green+Blue) = 3+47+48=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #032F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F30 is #FCD0CF. Grayscale: #212121. Windows color (decimal): -16568528 or 3157763. OLE color: 3157763.

HSL color Cylindrical-coordinate representation of color #032F30: hue angle of 181.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032F30 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB34748-
CMYK0.940.0200.81
HSL181.33º88.24%10%-
HSV(B)181.33º93.75%18.82%-
XYZ1.592.273.15-
YUV33.96135.92105.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 47 (18.75% from 255) = 47.96%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=3.06%
G=47.96%
B=48.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal347480.940.0200.81181.3388.2410
Hex32F305E2051b558a
Octal357601362012126513012
Binary11101111110000101111010010100011011010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,47,48); }

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

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

 a { background-color: rgb(3,47,48); }

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

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

 span { border-color: rgb(3,47,48); }

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