#3d6af2

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

Shades of Royal Blue #3D6AF2

Tints of Royal Blue #3D6AF2

Color information

#3D6AF2 (or 0x3D6AF2) is unknown color: approx Royal Blue. HEX triplet: 3D, 6A and F2. RGB value is (61,106,242). Sum of RGB (Red+Green+Blue) = 61+106+242=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 242 (94.92% from 255 or 59.17% from 409); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D6AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6AF2 is #C2950D. Grayscale: #6B6B6B. Windows color (decimal): -12752142 or 15886909. OLE color: 15886909.

HSL color Cylindrical-coordinate representation of color #3D6AF2: hue angle of 225.08º 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 #3D6AF2 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB61106242-
CMYK0.750.5600.05
HSL225.08º87.44%59.41%-
HSV(B)225.08º74.79%94.9%-
XYZ23.1117.7186.21-
YUV108.05203.5994.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.91%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 242 (94.92% from 255) = 59.17%
R=14.91%
G=25.92%
B=59.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal611062420.750.5600.05225.0887.4459.41
Hex3D6AF24B3805e1573b
Octal75152362113700534112773
Binary11110111010101111001010010111110000101111000011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d6af2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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