#3D6FD1

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

Shades of Royal Blue #3D6FD1

Tints of Royal Blue #3D6FD1

Color information

#3D6FD1 (or 0x3D6FD1) is unknown color: approx Royal Blue. HEX triplet: 3D, 6F and D1. RGB value is (61,111,209). Sum of RGB (Red+Green+Blue) = 61+111+209=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #3D6FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FD1 is #C2902E. Grayscale: #6A6A6A. Windows color (decimal): -12750895 or 13725501. OLE color: 13725501.

HSL color Cylindrical-coordinate representation of color #3D6FD1: hue angle of 219.73º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D6FD1 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB61111209-
CMYK0.710.4700.18
HSL219.73º61.67%52.94%-
HSV(B)219.73º70.81%81.96%-
XYZ19.1216.9662.59-
YUV107.22185.4495.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 209 (82.03% from 255) = 54.86%
R=16.01%
G=29.13%
B=54.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal611112090.710.4700.18219.7361.6752.94
Hex3D6FD1472F012dc3e35
Octal75157321107570223347665
Binary111101110111111010001100011110111101001011011100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,111,209); }

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

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

 a { background-color: rgb(61,111,209); }

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

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

 span { border-color: rgb(61,111,209); }

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