#3d76e0

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

Shades of Royal Blue #3D76E0

Tints of Royal Blue #3D76E0

Color information

#3D76E0 (or 0x3D76E0) is unknown color: approx Royal Blue. HEX triplet: 3D, 76 and E0. RGB value is (61,118,224). Sum of RGB (Red+Green+Blue) = 61+118+224=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D76E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D76E0 is #C2891F. Grayscale: #707070. Windows color (decimal): -12749088 or 14710333. OLE color: 14710333.

HSL color Cylindrical-coordinate representation of color #3D76E0: hue angle of 219.02º 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 #3D76E0 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB61118224-
CMYK0.730.4700.12
HSL219.02º72.44%55.88%-
HSV(B)219.02º72.77%87.84%-
XYZ21.8619.3373.1-
YUV113.04190.6290.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.14%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 224 (87.89% from 255) = 55.58%
R=15.14%
G=29.28%
B=55.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal611182240.730.4700.12219.0272.4455.88
Hex3D76E0492F0Cdb4838
Octal751663401115701433311070
Binary111101111011011100000100100110111101100110110111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d76e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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