#3F5FED

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

Shades of Royal Blue #3F5FED

Tints of Royal Blue #3F5FED

Color information

#3F5FED (or 0x3F5FED) is unknown color: approx Royal Blue. HEX triplet: 3F, 5F and ED. RGB value is (63,95,237). Sum of RGB (Red+Green+Blue) = 63+95+237=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F5FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5FED is #C0A012. Grayscale: #656565. Windows color (decimal): -12623891 or 15556415. OLE color: 15556415.

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

Color convert

RGB6395237-
CMYK0.730.6000.07
HSL228.97º82.86%58.82%-
HSV(B)228.97º73.42%92.94%-
XYZ21.4315.3681.96-
YUV101.62204.4100.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.95%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 237 (92.97% from 255) = 60%
R=15.95%
G=24.05%
B=60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal63952370.730.6000.07228.9782.8658.82
Hex3F5FED493C07e5533b
Octal77137355111740734512373
Binary11111110111111110110110010011111000111111001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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