#3F76FD

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

Shades of Royal Blue #3F76FD

Tints of Royal Blue #3F76FD

Color information

#3F76FD (or 0x3F76FD) is unknown color: approx Royal Blue. HEX triplet: 3F, 76 and FD. RGB value is (63,118,253). Sum of RGB (Red+Green+Blue) = 63+118+253=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F76FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F76FD is #C08902. Grayscale: #747474. Windows color (decimal): -12617987 or 16610879. OLE color: 16610879.

HSL color Cylindrical-coordinate representation of color #3F76FD: hue angle of 222.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F76FD is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB63118253-
CMYK0.750.5300.01
HSL222.63º97.94%61.96%-
HSV(B)222.63º75.1%99.22%-
XYZ26.2621.1195.62-
YUV116.94204.7889.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.52%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 253 (99.22% from 255) = 58.29%
R=14.52%
G=27.19%
B=58.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal631182530.750.5300.01222.6397.9461.96
Hex3F76FD4B3501df623e
Octal77166375113650133714276
Binary111111111011011111101100101111010101110111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,118,253); }

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

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

 a { background-color: rgb(63,118,253); }

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

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

 span { border-color: rgb(63,118,253); }

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