#3D6BDB

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

Shades of Royal Blue #3D6BDB

Tints of Royal Blue #3D6BDB

Color information

#3D6BDB (or 0x3D6BDB) is unknown color: approx Royal Blue. HEX triplet: 3D, 6B and DB. RGB value is (61,107,219). Sum of RGB (Red+Green+Blue) = 61+107+219=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BDB is #C29424. Grayscale: #696969. Windows color (decimal): -12751909 or 14379837. OLE color: 14379837.

HSL color Cylindrical-coordinate representation of color #3D6BDB: hue angle of 222.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D6BDB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61107219-
CMYK0.720.5100.14
HSL222.53º68.7%54.9%-
HSV(B)222.53º72.15%85.88%-
XYZ19.9716.6269.17-
YUV106.01191.7695.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.76%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 219 (85.94% from 255) = 56.59%
R=15.76%
G=27.65%
B=56.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal611072190.720.5100.14222.5368.754.9
Hex3D6BDB48330Edf4537
Octal751533331106301633710567
Binary111101110101111011011100100011001101110110111111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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