#3D7EDC

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

Shades of Royal Blue #3D7EDC

Tints of Royal Blue #3D7EDC

Color information

#3D7EDC (or 0x3D7EDC) is unknown color: approx Royal Blue. HEX triplet: 3D, 7E and DC. RGB value is (61,126,220). Sum of RGB (Red+Green+Blue) = 61+126+220=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7EDC is #C28123. Grayscale: #747474. Windows color (decimal): -12747044 or 14450237. OLE color: 14450237.

HSL color Cylindrical-coordinate representation of color #3D7EDC: hue angle of 215.47º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D7EDC is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61126220-
CMYK0.720.4300.14
HSL215.47º69.43%55.1%-
HSV(B)215.47º72.27%86.27%-
XYZ22.321.0870.6-
YUV117.28185.9787.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.99%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 220 (86.33% from 255) = 54.05%
R=14.99%
G=30.96%
B=54.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal611262200.720.4300.14215.4769.4355.1
Hex3D7EDC482B0Ed74537
Octal751763341105301632710567
Binary111101111111011011100100100010101101110110101111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,126,220); }

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

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

 a { background-color: rgb(61,126,220); }

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

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

 span { border-color: rgb(61,126,220); }

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