#03323A

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

Shades of Nordic #03323A

Tints of Nordic #03323A

Color information

#03323A (or 0x03323A) is unknown color: approx Nordic. HEX triplet: 03, 32 and 3A. RGB value is (3,50,58). Sum of RGB (Red+Green+Blue) = 3+50+58=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #03323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03323A is #FCCDC5. Grayscale: #242424. Windows color (decimal): -16567750 or 3813891. OLE color: 3813891.

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

Color convert

RGB35058-
CMYK0.950.1400.77
HSL188.73º90.16%11.96%-
HSV(B)188.73º94.83%22.75%-
XYZ1.942.614.4-
YUV36.86139.93103.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=2.70%
G=45.05%
B=52.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal350580.950.1400.77188.7390.1611.96
Hex3323A5FE04Dbd5ac
Octal3627213716011527513214
Binary1111001011101010111111110010011011011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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