#3d70e3

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

Shades of Royal Blue #3D70E3

Tints of Royal Blue #3D70E3

Color information

#3D70E3 (or 0x3D70E3) is unknown color: approx Royal Blue. HEX triplet: 3D, 70 and E3. RGB value is (61,112,227). Sum of RGB (Red+Green+Blue) = 61+112+227=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 227 (89.06% from 255 or 56.75% from 400); Max value from RGB is 227 - color contains mainly: blue. Hex color #3D70E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D70E3 is #C28F1C. Grayscale: #6D6D6D. Windows color (decimal): -12750621 or 14905405. OLE color: 14905405.

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

Color convert

RGB61112227-
CMYK0.730.5100.11
HSL221.57º74.77%56.47%-
HSV(B)221.57º73.13%89.02%-
XYZ21.5818.1375.03-
YUV109.86194.193.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.25%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 227 (89.06% from 255) = 56.75%
R=15.25%
G=28%
B=56.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal611122270.730.5100.11221.5774.7756.47
Hex3D70E349330Bde4b38
Octal751603431116301333611370
Binary111101111000011100011100100111001101011110111101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d70e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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