#3D86EB

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

Shades of Royal Blue #3D86EB

Tints of Royal Blue #3D86EB

Color information

#3D86EB (or 0x3D86EB) is unknown color: approx Royal Blue. HEX triplet: 3D, 86 and EB. RGB value is (61,134,235). Sum of RGB (Red+Green+Blue) = 61+134+235=430 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.19% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #3D86EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D86EB is #C27914. Grayscale: #7B7B7B. Windows color (decimal): -12744981 or 15435325. OLE color: 15435325.

HSL color Cylindrical-coordinate representation of color #3D86EB: hue angle of 214.83º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D86EB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB61134235-
CMYK0.740.4300.08
HSL214.83º81.31%58.04%-
HSV(B)214.83º74.04%92.16%-
XYZ25.4424.0481.9-
YUV123.69190.8283.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.19%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 235 (92.19% from 255) = 54.65%
R=14.19%
G=31.16%
B=54.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal611342350.740.4300.08214.8381.3158.04
Hex3D86EB4A2B08d7513a
Octal752063531125301032712172
Binary1111011000011011101011100101010101101000110101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,235); }

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

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

 a { background-color: rgb(61,134,235); }

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

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

 span { border-color: rgb(61,134,235); }

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