#03292E

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

Shades of Nordic #03292E

Tints of Nordic #03292E

Color information

#03292E (or 0x03292E) is unknown color: approx Nordic. HEX triplet: 03, 29 and 2E. RGB value is (3,41,46). Sum of RGB (Red+Green+Blue) = 3+41+46=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #03292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03292E is #FCD6D1. Grayscale: #1E1E1E. Windows color (decimal): -16570066 or 3025155. OLE color: 3025155.

HSL color Cylindrical-coordinate representation of color #03292E: hue angle of 186.98º 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 #03292E is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB34146-
CMYK0.930.1100.82
HSL186.98º87.76%9.61%-
HSV(B)186.98º93.48%18.04%-
XYZ1.321.82.86-
YUV30.21136.91108.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 46 (18.36% from 255) = 51.11%
R=3.33%
G=45.56%
B=51.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal341460.930.1100.82186.9887.769.61
Hex3292E5DB052bb58a
Octal3515613513012227313012
Binary1110100110111010111011011010100101011101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03292E; }

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

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

<style>
 a { background-color: #03292E; }

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

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

<style>
 span { border-color: #03292E; }

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

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