#3D82DD

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

Shades of Royal Blue #3D82DD

Tints of Royal Blue #3D82DD

Color information

#3D82DD (or 0x3D82DD) is unknown color: approx Royal Blue. HEX triplet: 3D, 82 and DD. RGB value is (61,130,221). Sum of RGB (Red+Green+Blue) = 61+130+221=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D82DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D82DD is #C27D22. Grayscale: #777777. Windows color (decimal): -12746019 or 14516797. OLE color: 14516797.

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

Color convert

RGB61130221-
CMYK0.720.4100.13
HSL214.12º70.18%55.29%-
HSV(B)214.12º72.4%86.67%-
XYZ22.9622.1871.48-
YUV119.74185.1486.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.81%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 221 (86.72% from 255) = 53.64%
R=14.81%
G=31.55%
B=53.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611302210.720.4100.13214.1270.1855.29
Hex3D82DD48290Dd64637
Octal752023351105101532610667
Binary1111011000001011011101100100010100101101110101101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,130,221); }

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

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

 a { background-color: rgb(61,130,221); }

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

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

 span { border-color: rgb(61,130,221); }

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