#3f58ed

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

Shades of Royal Blue #3F58ED

Tints of Royal Blue #3F58ED

Color information

#3F58ED (or 0x3F58ED) is unknown color: approx Royal Blue. HEX triplet: 3F, 58 and ED. RGB value is (63,88,237). Sum of RGB (Red+Green+Blue) = 63+88+237=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F58ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F58ED is #C0A712. Grayscale: #606060. Windows color (decimal): -12625683 or 15554623. OLE color: 15554623.

HSL color Cylindrical-coordinate representation of color #3F58ED: hue angle of 231.38º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F58ED is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6388237-
CMYK0.730.6300.07
HSL231.38º82.86%58.82%-
HSV(B)231.38º73.42%92.94%-
XYZ20.8314.1581.75-
YUV97.51206.72103.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.24%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 237 (92.97% from 255) = 61.08%
R=16.24%
G=22.68%
B=61.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal63882370.730.6300.07231.3882.8658.82
Hex3F58ED493F07e7533b
Octal77130355111770734712373
Binary11111110110001110110110010011111110111111001111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f58ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,88,237); }

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

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

 a { background-color: rgb(63,88,237); }

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

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

 span { border-color: rgb(63,88,237); }

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