#03313A

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

Shades of Nordic #03313A

Tints of Nordic #03313A

Color information

#03313A (or 0x03313A) is unknown color: approx Nordic. HEX triplet: 03, 31 and 3A. RGB value is (3,49,58). Sum of RGB (Red+Green+Blue) = 3+49+58=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #03313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03313A is #FCCEC5. Grayscale: #242424. Windows color (decimal): -16568006 or 3813635. OLE color: 3813635.

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

Color convert

RGB34958-
CMYK0.950.1600.77
HSL189.82º90.16%11.96%-
HSV(B)189.82º94.83%22.75%-
XYZ1.92.524.39-
YUV36.27140.26104.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 58 (23.05% from 255) = 52.73%
R=2.73%
G=44.55%
B=52.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal349580.950.1600.77189.8290.1611.96
Hex3313A5F1004Dbe5ac
Octal3617213720011527613214
Binary11110001111010101111110000010011011011111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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