#3E69F0

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

Shades of Royal Blue #3E69F0

Tints of Royal Blue #3E69F0

Color information

#3E69F0 (or 0x3E69F0) is unknown color: approx Royal Blue. HEX triplet: 3E, 69 and F0. RGB value is (62,105,240). Sum of RGB (Red+Green+Blue) = 62+105+240=407 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.23% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #3E69F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E69F0 is #C1960F. Grayscale: #6A6A6A. Windows color (decimal): -12686864 or 15755582. OLE color: 15755582.

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

Color convert

RGB62105240-
CMYK0.740.5600.06
HSL225.51º85.58%59.22%-
HSV(B)225.51º74.17%94.12%-
XYZ22.7717.4284.6-
YUV107.53202.7595.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.23%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 240 (94.14% from 255) = 58.97%
R=15.23%
G=25.80%
B=58.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal621052400.740.5600.06225.5185.5859.22
Hex3E69F04A3806e2563b
Octal76151360112700634212673
Binary11111011010011111000010010101110000110111000101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E69F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,105,240); }

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

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

 a { background-color: rgb(62,105,240); }

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

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

 span { border-color: rgb(62,105,240); }

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