#032E38

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

Shades of Nordic #032E38

Tints of Nordic #032E38

Color information

#032E38 (or 0x032E38) is unknown color: approx Nordic. HEX triplet: 03, 2E and 38. RGB value is (3,46,56). Sum of RGB (Red+Green+Blue) = 3+46+56=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #032E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E38 is #FCD1C7. Grayscale: #222222. Windows color (decimal): -16568776 or 3681795. OLE color: 3681795.

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

Color convert

RGB34656-
CMYK0.950.1800.78
HSL191.32º89.83%11.57%-
HSV(B)191.32º94.64%21.96%-
XYZ1.732.264.09-
YUV34.28140.25105.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=2.86%
G=43.81%
B=53.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal346560.950.1800.78191.3289.8311.57
Hex32E385F1204Ebf5ac
Octal3567013722011627713214
Binary11101110111000101111110010010011101011111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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