#3F6DCC

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

Shades of Royal Blue #3F6DCC

Tints of Royal Blue #3F6DCC

Color information

#3F6DCC (or 0x3F6DCC) is unknown color: approx Royal Blue. HEX triplet: 3F, 6D and CC. RGB value is (63,109,204). Sum of RGB (Red+Green+Blue) = 63+109+204=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F6DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6DCC is #C09233. Grayscale: #696969. Windows color (decimal): -12620340 or 13397311. OLE color: 13397311.

HSL color Cylindrical-coordinate representation of color #3F6DCC: hue angle of 220.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F6DCC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB63109204-
CMYK0.690.4700.2
HSL220.43º58.02%52.35%-
HSV(B)220.43º69.12%80%-
XYZ18.4216.3559.31-
YUV106.08183.2697.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.76%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 204 (80.08% from 255) = 54.26%
R=16.76%
G=28.99%
B=54.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal631092040.690.4700.2220.4358.0252.35
Hex3F6DCC452F014dc3a34
Octal77155314105570243347264
Binary111111110110111001100100010110111101010011011100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,109,204); }

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

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

 a { background-color: rgb(63,109,204); }

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

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

 span { border-color: rgb(63,109,204); }

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