#03323B

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

Shades of Nordic #03323B

Tints of Nordic #03323B

Color information

#03323B (or 0x03323B) is unknown color: approx Nordic. HEX triplet: 03, 32 and 3B. RGB value is (3,50,59). Sum of RGB (Red+Green+Blue) = 3+50+59=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #03323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03323B is #FCCDC4. Grayscale: #242424. Windows color (decimal): -16567749 or 3879427. OLE color: 3879427.

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

Color convert

RGB35059-
CMYK0.950.1500.77
HSL189.64º90.32%12.16%-
HSV(B)189.64º94.92%23.14%-
XYZ1.972.624.54-
YUV36.97140.43103.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 59 (23.44% from 255) = 52.68%
R=2.68%
G=44.64%
B=52.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal350590.950.1500.77189.6490.3212.16
Hex3323B5FF04Dbe5ac
Octal3627313717011527613214
Binary1111001011101110111111111010011011011111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03323B; }

 p { color: rgb(3,50,59); }

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

<style>
 a { background-color: #03323B; }

 a { background-color: rgb(3,50,59); }

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

<style>
 span { border-color: #03323B; }

 span { border-color: rgb(3,50,59); }

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