#3F55E3

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

Shades of Royal Blue #3F55E3

Tints of Royal Blue #3F55E3

Color information

#3F55E3 (or 0x3F55E3) is unknown color: approx Royal Blue. HEX triplet: 3F, 55 and E3. RGB value is (63,85,227). Sum of RGB (Red+Green+Blue) = 63+85+227=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 227 (89.06% from 255 or 60.53% from 375); Max value from RGB is 227 - color contains mainly: blue. Hex color #3F55E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F55E3 is #C0AA1C. Grayscale: #5E5E5E. Windows color (decimal): -12626461 or 14898495. OLE color: 14898495.

HSL color Cylindrical-coordinate representation of color #3F55E3: hue angle of 231.95º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F55E3 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6385227-
CMYK0.720.6300.11
HSL231.95º74.55%56.86%-
HSV(B)231.95º72.25%89.02%-
XYZ19.1613.174.19-
YUV94.61202.71105.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.8%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 227 (89.06% from 255) = 60.53%
R=16.8%
G=22.67%
B=60.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal63852270.720.6300.11231.9574.5556.86
Hex3F55E3483F0Be84b39
Octal771253431107701335011371
Binary111111101010111100011100100011111101011111010001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F55E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,85,227); }

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

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

 a { background-color: rgb(63,85,227); }

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

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

 span { border-color: rgb(63,85,227); }

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