#03313F

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

Shades of Nordic #03313F

Tints of Nordic #03313F

Color information

#03313F (or 0x03313F) is unknown color: approx Nordic. HEX triplet: 03, 31 and 3F. RGB value is (3,49,63). Sum of RGB (Red+Green+Blue) = 3+49+63=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #03313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03313F is #FCCEC0. Grayscale: #242424. Windows color (decimal): -16568001 or 4141315. OLE color: 4141315.

HSL color Cylindrical-coordinate representation of color #03313F: hue angle of 194º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03313F is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34963-
CMYK0.950.2200.75
HSL194º90.91%12.94%-
HSV(B)194º95.24%24.71%-
XYZ2.032.575.09-
YUV36.84142.76103.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 63 (25% from 255) = 54.78%
R=2.61%
G=42.61%
B=54.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal349630.950.2200.7519490.9112.94
Hex3313F5F1604Bc25bd
Octal3617713726011330213315
Binary11110001111111101111110110010010111100001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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