#3D6BF7

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

Shades of Royal Blue #3D6BF7

Tints of Royal Blue #3D6BF7

Color information

#3D6BF7 (or 0x3D6BF7) is unknown color: approx Royal Blue. HEX triplet: 3D, 6B and F7. RGB value is (61,107,247). Sum of RGB (Red+Green+Blue) = 61+107+247=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 247 (96.88% from 255 or 59.52% from 415); Max value from RGB is 247 - color contains mainly: blue. Hex color #3D6BF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6BF7 is #C29408. Grayscale: #6C6C6C. Windows color (decimal): -12751881 or 16214845. OLE color: 16214845.

HSL color Cylindrical-coordinate representation of color #3D6BF7: hue angle of 225.16º 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 #3D6BF7 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB61107247-
CMYK0.750.5700.03
HSL225.16º92.08%60.39%-
HSV(B)225.16º75.3%96.86%-
XYZ23.9718.2290.25-
YUV109.21205.7693.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.70%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 247 (96.88% from 255) = 59.52%
R=14.70%
G=25.78%
B=59.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal611072470.750.5700.03225.1692.0860.39
Hex3D6BF74B3903e15c3c
Octal75153367113710334113474
Binary1111011101011111101111001011111001011111000011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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