#3F55E1

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

Shades of Royal Blue #3F55E1

Tints of Royal Blue #3F55E1

Color information

#3F55E1 (or 0x3F55E1) is unknown color: approx Royal Blue. HEX triplet: 3F, 55 and E1. RGB value is (63,85,225). Sum of RGB (Red+Green+Blue) = 63+85+225=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #3F55E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F55E1 is #C0AA1E. Grayscale: #5D5D5D. Windows color (decimal): -12626463 or 14767423. OLE color: 14767423.

HSL color Cylindrical-coordinate representation of color #3F55E1: hue angle of 231.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F55E1 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6385225-
CMYK0.720.6200.12
HSL231.85º72.97%56.47%-
HSV(B)231.85º72%88.24%-
XYZ18.8912.9972.75-
YUV94.38201.71105.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.89%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 225 (88.28% from 255) = 60.32%
R=16.89%
G=22.79%
B=60.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63852250.720.6200.12231.8572.9756.47
Hex3F55E1483E0Ce84938
Octal771253411107601435011170
Binary111111101010111100001100100011111001100111010001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F55E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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