#3D6CF7

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

Shades of Royal Blue #3D6CF7

Tints of Royal Blue #3D6CF7

Color information

#3D6CF7 (or 0x3D6CF7) is unknown color: approx Royal Blue. HEX triplet: 3D, 6C and F7. RGB value is (61,108,247). Sum of RGB (Red+Green+Blue) = 61+108+247=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 247 (96.88% from 255 or 59.38% from 416); Max value from RGB is 247 - color contains mainly: blue. Hex color #3D6CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6CF7 is #C29308. Grayscale: #6D6D6D. Windows color (decimal): -12751625 or 16215101. OLE color: 16215101.

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

Color convert

RGB61108247-
CMYK0.750.5600.03
HSL224.84º92.08%60.39%-
HSV(B)224.84º75.3%96.86%-
XYZ24.0818.4390.28-
YUV109.79205.4393.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.66%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 247 (96.88% from 255) = 59.38%
R=14.66%
G=25.96%
B=59.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal611082470.750.5600.03224.8492.0860.39
Hex3D6CF74B3803e15c3c
Octal75154367113700334113474
Binary1111011101100111101111001011111000011111000011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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