#3D82ED

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

Shades of Royal Blue #3D82ED

Tints of Royal Blue #3D82ED

Color information

#3D82ED (or 0x3D82ED) is unknown color: approx Royal Blue. HEX triplet: 3D, 82 and ED. RGB value is (61,130,237). Sum of RGB (Red+Green+Blue) = 61+130+237=428 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.25% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D82ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D82ED is #C27D12. Grayscale: #797979. Windows color (decimal): -12746003 or 15565373. OLE color: 15565373.

HSL color Cylindrical-coordinate representation of color #3D82ED: hue angle of 216.48º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D82ED is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB61130237-
CMYK0.740.4500.07
HSL216.48º83.02%58.43%-
HSV(B)216.48º74.26%92.94%-
XYZ25.1923.0783.25-
YUV121.57193.1484.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.25%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 237 (92.97% from 255) = 55.37%
R=14.25%
G=30.37%
B=55.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal611302370.740.4500.07216.4883.0258.43
Hex3D82ED4A2D07d8533a
Octal75202355112550733012372
Binary111101100000101110110110010101011010111110110001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D82ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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