#3F71DC

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

Shades of Royal Blue #3F71DC

Tints of Royal Blue #3F71DC

Color information

#3F71DC (or 0x3F71DC) is unknown color: approx Royal Blue. HEX triplet: 3F, 71 and DC. RGB value is (63,113,220). Sum of RGB (Red+Green+Blue) = 63+113+220=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F71DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71DC is #C08E23. Grayscale: #6D6D6D. Windows color (decimal): -12619300 or 14446911. OLE color: 14446911.

HSL color Cylindrical-coordinate representation of color #3F71DC: hue angle of 220.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F71DC is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB63113220-
CMYK0.710.4900.14
HSL220.89º69.16%55.49%-
HSV(B)220.89º71.36%86.27%-
XYZ20.8718.0370.09-
YUV110.25189.9494.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.91%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 220 (86.33% from 255) = 55.56%
R=15.91%
G=28.54%
B=55.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal631132200.710.4900.14220.8969.1655.49
Hex3F71DC47310Edd4537
Octal771613341076101633510567
Binary111111111000111011100100011111000101110110111011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F71DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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