#3f6ae5

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

Shades of Royal Blue #3F6AE5

Tints of Royal Blue #3F6AE5

Color information

#3F6AE5 (or 0x3F6AE5) is unknown color: approx Royal Blue. HEX triplet: 3F, 6A and E5. RGB value is (63,106,229). Sum of RGB (Red+Green+Blue) = 63+106+229=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #3F6AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6AE5 is #C0951A. Grayscale: #6A6A6A. Windows color (decimal): -12621083 or 15034943. OLE color: 15034943.

HSL color Cylindrical-coordinate representation of color #3F6AE5: hue angle of 224.46º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F6AE5 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB63106229-
CMYK0.720.5400.10
HSL224.46º76.15%57.25%-
HSV(B)224.46º72.49%89.8%-
XYZ21.3517.0276.29-
YUV107.16196.7596.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.83%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 229 (89.84% from 255) = 57.54%
R=15.83%
G=26.63%
B=57.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal631062290.720.5400.10224.4676.1557.25
Hex3F6AE548360Ae04c39
Octal771523451106601234011471
Binary111111110101011100101100100011011001010111000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f6ae5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,229); }

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

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

 a { background-color: rgb(63,106,229); }

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

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

 span { border-color: rgb(63,106,229); }

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