#3D6EF7

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

Shades of Royal Blue #3D6EF7

Tints of Royal Blue #3D6EF7

Color information

#3D6EF7 (or 0x3D6EF7) is unknown color: approx Royal Blue. HEX triplet: 3D, 6E and F7. RGB value is (61,110,247). Sum of RGB (Red+Green+Blue) = 61+110+247=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 247 (96.88% from 255 or 59.09% from 418); Max value from RGB is 247 - color contains mainly: blue. Hex color #3D6EF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6EF7 is #C29108. Grayscale: #6E6E6E. Windows color (decimal): -12751113 or 16215613. OLE color: 16215613.

HSL color Cylindrical-coordinate representation of color #3D6EF7: hue angle of 224.19º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D6EF7 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB61110247-
CMYK0.750.5500.03
HSL224.19º92.08%60.39%-
HSV(B)224.19º75.3%96.86%-
XYZ24.2918.8690.36-
YUV110.97204.7792.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.59%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 247 (96.88% from 255) = 59.09%
R=14.59%
G=26.32%
B=59.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal611102470.750.5500.03224.1992.0860.39
Hex3D6EF74B3703e05c3c
Octal75156367113670334013474
Binary1111011101110111101111001011110111011111000001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,110,247); }

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

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

 a { background-color: rgb(61,110,247); }

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

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

 span { border-color: rgb(61,110,247); }

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