#3E7BF5

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

Shades of Royal Blue #3E7BF5

Tints of Royal Blue #3E7BF5

Color information

#3E7BF5 (or 0x3E7BF5) is unknown color: approx Royal Blue. HEX triplet: 3E, 7B and F5. RGB value is (62,123,245). Sum of RGB (Red+Green+Blue) = 62+123+245=430 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.42% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #3E7BF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E7BF5 is #C1840A. Grayscale: #767676. Windows color (decimal): -12682251 or 16087870. OLE color: 16087870.

HSL color Cylindrical-coordinate representation of color #3E7BF5: hue angle of 220º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E7BF5 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB62123245-
CMYK0.750.5000.04
HSL220º90.15%60.2%-
HSV(B)220º74.69%96.08%-
XYZ25.5521.7889.24-
YUV118.67199.2987.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.42%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 245 (96.09% from 255) = 56.98%
R=14.42%
G=28.60%
B=56.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal621232450.750.5000.0422090.1560.2
Hex3E7BF54B3204dc5a3c
Octal76173365113620433413274
Binary11111011110111111010110010111100100100110111001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,123,245); }

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

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

 a { background-color: rgb(62,123,245); }

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

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

 span { border-color: rgb(62,123,245); }

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