#3B7EDC

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

Shades of Royal Blue #3B7EDC

Tints of Royal Blue #3B7EDC

Color information

#3B7EDC (or 0x3B7EDC) is unknown color: approx Royal Blue. HEX triplet: 3B, 7E and DC. RGB value is (59,126,220). Sum of RGB (Red+Green+Blue) = 59+126+220=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7EDC is #C48123. Grayscale: #747474. Windows color (decimal): -12878116 or 14450235. OLE color: 14450235.

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

Color convert

RGB59126220-
CMYK0.730.4300.14
HSL215.03º69.7%54.71%-
HSV(B)215.03º73.18%86.27%-
XYZ22.1821.0270.6-
YUV116.68186.386.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.57%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 220 (86.33% from 255) = 54.32%
R=14.57%
G=31.11%
B=54.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591262200.730.4300.14215.0369.754.71
Hex3B7EDC492B0Ed74637
Octal731763341115301632710667
Binary111011111111011011100100100110101101110110101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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