#3D6DF2

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

Shades of Royal Blue #3D6DF2

Tints of Royal Blue #3D6DF2

Color information

#3D6DF2 (or 0x3D6DF2) is unknown color: approx Royal Blue. HEX triplet: 3D, 6D and F2. RGB value is (61,109,242). Sum of RGB (Red+Green+Blue) = 61+109+242=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 242 (94.92% from 255 or 58.74% from 412); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D6DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6DF2 is #C2920D. Grayscale: #6D6D6D. Windows color (decimal): -12751374 or 15887677. OLE color: 15887677.

HSL color Cylindrical-coordinate representation of color #3D6DF2: hue angle of 224.09º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D6DF2 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB61109242-
CMYK0.750.5500.05
HSL224.09º87.44%59.41%-
HSV(B)224.09º74.79%94.9%-
XYZ23.4218.3486.31-
YUV109.81202.693.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.81%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 242 (94.92% from 255) = 58.74%
R=14.81%
G=26.46%
B=58.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal611092420.750.5500.05224.0987.4459.41
Hex3D6DF24B3705e0573b
Octal75155362113670534012773
Binary11110111011011111001010010111101110101111000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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