#3F6BDC

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

Shades of Royal Blue #3F6BDC

Tints of Royal Blue #3F6BDC

Color information

#3F6BDC (or 0x3F6BDC) is unknown color: approx Royal Blue. HEX triplet: 3F, 6B and DC. RGB value is (63,107,220). Sum of RGB (Red+Green+Blue) = 63+107+220=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F6BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6BDC is #C09423. Grayscale: #6A6A6A. Windows color (decimal): -12620836 or 14445375. OLE color: 14445375.

HSL color Cylindrical-coordinate representation of color #3F6BDC: hue angle of 223.18º 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 #3F6BDC is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB63107220-
CMYK0.710.5100.14
HSL223.18º69.16%55.49%-
HSV(B)223.18º71.36%86.27%-
XYZ20.2316.7469.88-
YUV106.73191.9296.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.15%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 220 (86.33% from 255) = 56.41%
R=16.15%
G=27.44%
B=56.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal631072200.710.5100.14223.1869.1655.49
Hex3F6BDC47330Edf4537
Octal771533341076301633710567
Binary111111110101111011100100011111001101110110111111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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