#3D6DDF

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

Shades of Royal Blue #3D6DDF

Tints of Royal Blue #3D6DDF

Color information

#3D6DDF (or 0x3D6DDF) is unknown color: approx Royal Blue. HEX triplet: 3D, 6D and DF. RGB value is (61,109,223). Sum of RGB (Red+Green+Blue) = 61+109+223=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D6DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DDF is #C29220. Grayscale: #6B6B6B. Windows color (decimal): -12751393 or 14642493. OLE color: 14642493.

HSL color Cylindrical-coordinate representation of color #3D6DDF: hue angle of 222.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D6DDF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61109223-
CMYK0.730.5100.13
HSL222.22º71.68%55.69%-
HSV(B)222.22º72.65%87.45%-
XYZ20.7117.2672.05-
YUV107.64193.194.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.52%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 223 (87.5% from 255) = 56.74%
R=15.52%
G=27.74%
B=56.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611092230.730.5100.13222.2271.6855.69
Hex3D6DDF49330Dde4838
Octal751553371116301533611070
Binary111101110110111011111100100111001101101110111101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,109,223); }

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

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

 a { background-color: rgb(61,109,223); }

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

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

 span { border-color: rgb(61,109,223); }

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