Html Css Color HEX #03313F Nordic

📋 copy color: '#03313F'

red 3 ◦ green 49 ◦ blue 63

#03313F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #03313F

Tints of Nordic #03313F

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 value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#03313F (or 0x03313F) is known color: 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

RGB 3 49 63 -
CMYK 0.95 0.22 0 0.75
HSL 194º 0.91% 0.13% -
HSV(B) 194º 0.95% 0.25% -
XYZ 2.03 2.57 5.09 -
YUV 36.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 3 49 63 0.95 0.22 0 0.75 194 0.91 0.13
Hex 3 31 3F 5F 16 0 4B C2 5B D
Octal 3 61 77 137 26 0 113 302 133 15
Binary 11 110001 111111 1011111 10110 0 1001011 11000010 1011011 1101

Color Harmonies of #03313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03313F

Black with #03313F

Text Example


Text Example

White with #03313F

Text Example


Text Example

HTML Codes & Css Web 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>