#3D7DE3

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

Shades of Royal Blue #3D7DE3

Tints of Royal Blue #3D7DE3

Color information

#3D7DE3 (or 0x3D7DE3) is unknown color: approx Royal Blue. HEX triplet: 3D, 7D and E3. RGB value is (61,125,227). Sum of RGB (Red+Green+Blue) = 61+125+227=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 227 (89.06% from 255 or 54.96% from 413); Max value from RGB is 227 - color contains mainly: blue. Hex color #3D7DE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7DE3 is #C2821C. Grayscale: #757575. Windows color (decimal): -12747293 or 14908733. OLE color: 14908733.

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

Color convert

RGB61125227-
CMYK0.730.4500.11
HSL216.87º74.77%56.47%-
HSV(B)216.87º73.13%89.02%-
XYZ23.1221.2175.55-
YUV117.49189.887.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.77%
GREEN value IS 125 (49.22% from 255) = 30.27%
BLUE value IS 227 (89.06% from 255) = 54.96%
R=14.77%
G=30.27%
B=54.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal611252270.730.4500.11216.8774.7756.47
Hex3D7DE3492D0Bd94b38
Octal751753431115501333111370
Binary111101111110111100011100100110110101011110110011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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