#3f6cd5

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

Shades of Royal Blue #3F6CD5

Tints of Royal Blue #3F6CD5

Color information

#3F6CD5 (or 0x3F6CD5) is unknown color: approx Royal Blue. HEX triplet: 3F, 6C and D5. RGB value is (63,108,213). Sum of RGB (Red+Green+Blue) = 63+108+213=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F6CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CD5 is #C0932A. Grayscale: #6A6A6A. Windows color (decimal): -12620587 or 13986879. OLE color: 13986879.

HSL color Cylindrical-coordinate representation of color #3F6CD5: hue angle of 222º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F6CD5 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB63108213-
CMYK0.700.4900.16
HSL222º64.1%54.12%-
HSV(B)222º70.42%83.53%-
XYZ19.4216.5965.13-
YUV106.51188.0996.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.41%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 213 (83.59% from 255) = 55.47%
R=16.41%
G=28.12%
B=55.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal631082130.700.4900.1622264.154.12
Hex3F6CD54631010de4036
Octal771543251066102033610066
Binary1111111101100110101011000110110001010000110111101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f6cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,213); }

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

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

 a { background-color: rgb(63,108,213); }

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

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

 span { border-color: rgb(63,108,213); }

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