#3F63EA

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

Shades of Royal Blue #3F63EA

Tints of Royal Blue #3F63EA

Color information

#3F63EA (or 0x3F63EA) is unknown color: approx Royal Blue. HEX triplet: 3F, 63 and EA. RGB value is (63,99,234). Sum of RGB (Red+Green+Blue) = 63+99+234=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F63EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F63EA is #C09C15. Grayscale: #676767. Windows color (decimal): -12622870 or 15360831. OLE color: 15360831.

HSL color Cylindrical-coordinate representation of color #3F63EA: hue angle of 227.37º 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 #3F63EA is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6399234-
CMYK0.730.5800.08
HSL227.37º80.28%58.24%-
HSV(B)227.37º73.08%91.76%-
XYZ21.3615.9279.79-
YUV103.63201.5799.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.91%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 234 (91.80% from 255) = 59.09%
R=15.91%
G=25%
B=59.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal63992340.730.5800.08227.3780.2858.24
Hex3F63EA493A08e3503a
Octal771433521117201034312072
Binary111111110001111101010100100111101001000111000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F63EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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