#3D6DDE

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

Shades of Royal Blue #3D6DDE

Tints of Royal Blue #3D6DDE

Color information

#3D6DDE (or 0x3D6DDE) is unknown color: approx Royal Blue. HEX triplet: 3D, 6D and DE. RGB value is (61,109,222). Sum of RGB (Red+Green+Blue) = 61+109+222=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #3D6DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DDE is #C29221. Grayscale: #6B6B6B. Windows color (decimal): -12751394 or 14576957. OLE color: 14576957.

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

Color convert

RGB61109222-
CMYK0.730.5100.13
HSL222.11º70.93%55.49%-
HSV(B)222.11º72.52%87.06%-
XYZ20.5817.271.34-
YUV107.53192.694.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 222 (87.11% from 255) = 56.63%
R=15.56%
G=27.81%
B=56.63%

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
Decimal611092220.730.5100.13222.1170.9355.49
Hex3D6DDE49330Dde4737
Octal751553361116301533610767
Binary111101110110111011110100100111001101101110111101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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