#3D76E7

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

Shades of Royal Blue #3D76E7

Tints of Royal Blue #3D76E7

Color information

#3D76E7 (or 0x3D76E7) is unknown color: approx Royal Blue. HEX triplet: 3D, 76 and E7. RGB value is (61,118,231). Sum of RGB (Red+Green+Blue) = 61+118+231=410 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.88% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #3D76E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D76E7 is #C28918. Grayscale: #717171. Windows color (decimal): -12749081 or 15169085. OLE color: 15169085.

HSL color Cylindrical-coordinate representation of color #3D76E7: hue angle of 219.88º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D76E7 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB61118231-
CMYK0.740.4900.09
HSL219.88º77.98%57.25%-
HSV(B)219.88º73.59%90.59%-
XYZ22.8319.7278.2-
YUV113.84194.1290.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.88%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 231 (90.62% from 255) = 56.34%
R=14.88%
G=28.78%
B=56.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal611182310.740.4900.09219.8877.9857.25
Hex3D76E74A3109dc4e39
Octal751663471126101133411671
Binary111101111011011100111100101011000101001110111001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D76E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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