#3d6be0

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

Shades of Royal Blue #3D6BE0

Tints of Royal Blue #3D6BE0

Color information

#3D6BE0 (or 0x3D6BE0) is unknown color: approx Royal Blue. HEX triplet: 3D, 6B and E0. RGB value is (61,107,224). Sum of RGB (Red+Green+Blue) = 61+107+224=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D6BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BE0 is #C2941F. Grayscale: #6A6A6A. Windows color (decimal): -12751904 or 14707517. OLE color: 14707517.

HSL color Cylindrical-coordinate representation of color #3D6BE0: hue angle of 223.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D6BE0 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB61107224-
CMYK0.730.5200.12
HSL223.07º72.44%55.88%-
HSV(B)223.07º72.77%87.84%-
XYZ20.6416.8972.69-
YUV106.58194.2695.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 224 (87.89% from 255) = 57.14%
R=15.56%
G=27.30%
B=57.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal611072240.730.5200.12223.0772.4455.88
Hex3D6BE049340Cdf4838
Octal751533401116401433711070
Binary111101110101111100000100100111010001100110111111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d6be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,107,224); }

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

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

 a { background-color: rgb(61,107,224); }

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

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

 span { border-color: rgb(61,107,224); }

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