#3f71d1

Color #3F71D1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3F71D1

Tints of Royal Blue #3F71D1

Color information

#3F71D1 (or 0x3F71D1) is unknown color: approx Royal Blue. HEX triplet: 3F, 71 and D1. RGB value is (63,113,209). Sum of RGB (Red+Green+Blue) = 63+113+209=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #3F71D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71D1 is #C08E2E. Grayscale: #6C6C6C. Windows color (decimal): -12619311 or 13726015. OLE color: 13726015.

HSL color Cylindrical-coordinate representation of color #3F71D1: hue angle of 219.45º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F71D1 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB63113209-
CMYK0.700.4600.18
HSL219.45º61.34%53.33%-
HSV(B)219.45º69.86%81.96%-
XYZ19.4617.4762.67-
YUV108.99184.4495.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.36%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 209 (82.03% from 255) = 54.29%
R=16.36%
G=29.35%
B=54.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal631132090.700.4600.18219.4561.3453.33
Hex3F71D1462E012db3d35
Octal77161321106560223337565
Binary111111111000111010001100011010111001001011011011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f71d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f71d1; }

 p { color: rgb(63,113,209); }

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

<style>
 a { background-color: #3f71d1; }

 a { background-color: rgb(63,113,209); }

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

<style>
 span { border-color: #3f71d1; }

 span { border-color: rgb(63,113,209); }

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