#3B7DFA

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

Shades of Royal Blue #3B7DFA

Tints of Royal Blue #3B7DFA

Color information

#3B7DFA (or 0x3B7DFA) is unknown color: approx Royal Blue. HEX triplet: 3B, 7D and FA. RGB value is (59,125,250). Sum of RGB (Red+Green+Blue) = 59+125+250=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B7DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7DFA is #C48205. Grayscale: #767676. Windows color (decimal): -12878342 or 16416059. OLE color: 16416059.

HSL color Cylindrical-coordinate representation of color #3B7DFA: hue angle of 219.27º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B7DFA is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB59125250-
CMYK0.760.5000.02
HSL219.27º95.02%60.59%-
HSV(B)219.27º76.4%98.04%-
XYZ26.3922.593.39-
YUV119.52201.6384.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.59%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 250 (98.05% from 255) = 57.60%
R=13.59%
G=28.80%
B=57.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal591252500.760.5000.02219.2795.0260.59
Hex3B7DFA4C3202db5f3d
Octal73175372114620233313775
Binary1110111111101111110101001100110010010110110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,125,250); }

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

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

 a { background-color: rgb(59,125,250); }

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

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

 span { border-color: rgb(59,125,250); }

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