#3F5ED4

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

Shades of Royal Blue #3F5ED4

Tints of Royal Blue #3F5ED4

Color information

#3F5ED4 (or 0x3F5ED4) is unknown color: approx Royal Blue. HEX triplet: 3F, 5E and D4. RGB value is (63,94,212). Sum of RGB (Red+Green+Blue) = 63+94+212=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 212 (83.20% from 255 or 57.45% from 369); Max value from RGB is 212 - color contains mainly: blue. Hex color #3F5ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5ED4 is #C0A12B. Grayscale: #616161. Windows color (decimal): -12624172 or 13917759. OLE color: 13917759.

HSL color Cylindrical-coordinate representation of color #3F5ED4: hue angle of 227.52º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F5ED4 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6394212-
CMYK0.700.5600.17
HSL227.52º63.4%53.92%-
HSV(B)227.52º70.28%83.14%-
XYZ17.9413.8264.01-
YUV98.18192.23102.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 212 (83.20% from 255) = 57.45%
R=17.07%
G=25.47%
B=57.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal63942120.700.5600.17227.5263.453.92
Hex3F5ED44638011e43f36
Octal77136324106700213447766
Binary111111101111011010100100011011100001000111100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,94,212); }

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

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

 a { background-color: rgb(63,94,212); }

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

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

 span { border-color: rgb(63,94,212); }

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