#3D76E3

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

Shades of Royal Blue #3D76E3

Tints of Royal Blue #3D76E3

Color information

#3D76E3 (or 0x3D76E3) is unknown color: approx Royal Blue. HEX triplet: 3D, 76 and E3. RGB value is (61,118,227). Sum of RGB (Red+Green+Blue) = 61+118+227=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #3D76E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D76E3 is #C2891C. Grayscale: #707070. Windows color (decimal): -12749085 or 14906941. OLE color: 14906941.

HSL color Cylindrical-coordinate representation of color #3D76E3: hue angle of 219.4º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D76E3 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB61118227-
CMYK0.730.4800.11
HSL219.4º74.77%56.47%-
HSV(B)219.4º73.13%89.02%-
XYZ22.2719.575.26-
YUV113.38192.1290.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.02%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 227 (89.06% from 255) = 55.91%
R=15.02%
G=29.06%
B=55.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal611182270.730.4800.11219.474.7756.47
Hex3D76E349300Bdb4b38
Octal751663431116001333311370
Binary111101111011011100011100100111000001011110110111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D76E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,227); }

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

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

 a { background-color: rgb(61,118,227); }

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

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

 span { border-color: rgb(61,118,227); }

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