#3B7CF0

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

Shades of Royal Blue #3B7CF0

Tints of Royal Blue #3B7CF0

Color information

#3B7CF0 (or 0x3B7CF0) is unknown color: approx Royal Blue. HEX triplet: 3B, 7C and F0. RGB value is (59,124,240). Sum of RGB (Red+Green+Blue) = 59+124+240=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #3B7CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7CF0 is #C4830F. Grayscale: #757575. Windows color (decimal): -12878608 or 15760443. OLE color: 15760443.

HSL color Cylindrical-coordinate representation of color #3B7CF0: hue angle of 218.45º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B7CF0 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB59124240-
CMYK0.750.4800.06
HSL218.45º85.78%58.63%-
HSV(B)218.45º75.42%94.12%-
XYZ24.7421.6485.31-
YUV117.79196.9786.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.95%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 240 (94.14% from 255) = 56.74%
R=13.95%
G=29.31%
B=56.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal591242400.750.4800.06218.4585.7858.63
Hex3B7CF04B3006da563b
Octal73174360113600633212673
Binary11101111111001111000010010111100000110110110101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,124,240); }

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

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

 a { background-color: rgb(59,124,240); }

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

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

 span { border-color: rgb(59,124,240); }

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