#3F71EA

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

Shades of Royal Blue #3F71EA

Tints of Royal Blue #3F71EA

Color information

#3F71EA (or 0x3F71EA) is unknown color: approx Royal Blue. HEX triplet: 3F, 71 and EA. RGB value is (63,113,234). Sum of RGB (Red+Green+Blue) = 63+113+234=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F71EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F71EA is #C08E15. Grayscale: #6F6F6F. Windows color (decimal): -12619286 or 15364415. OLE color: 15364415.

HSL color Cylindrical-coordinate representation of color #3F71EA: hue angle of 222.46º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F71EA is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB63113234-
CMYK0.730.5200.08
HSL222.46º80.28%58.24%-
HSV(B)222.46º73.08%91.76%-
XYZ22.8118.8180.27-
YUV111.84196.9493.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.37%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 234 (91.80% from 255) = 57.07%
R=15.37%
G=27.56%
B=57.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal631132340.730.5200.08222.4680.2858.24
Hex3F71EA493408de503a
Octal771613521116401033612072
Binary111111111000111101010100100111010001000110111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F71EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,113,234); }

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

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

 a { background-color: rgb(63,113,234); }

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

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

 span { border-color: rgb(63,113,234); }

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