#3B7FDC

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

Shades of Royal Blue #3B7FDC

Tints of Royal Blue #3B7FDC

Color information

#3B7FDC (or 0x3B7FDC) is unknown color: approx Royal Blue. HEX triplet: 3B, 7F and DC. RGB value is (59,127,220). Sum of RGB (Red+Green+Blue) = 59+127+220=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B7FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FDC is #C48023. Grayscale: #747474. Windows color (decimal): -12877860 or 14450491. OLE color: 14450491.

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

Color convert

RGB59127220-
CMYK0.730.4200.14
HSL214.66º69.7%54.71%-
HSV(B)214.66º73.18%86.27%-
XYZ22.3121.2870.64-
YUV117.27185.9786.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.53%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 220 (86.33% from 255) = 54.19%
R=14.53%
G=31.28%
B=54.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591272200.730.4200.14214.6669.754.71
Hex3B7FDC492A0Ed74637
Octal731773341115201632710667
Binary111011111111111011100100100110101001110110101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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