#3B63FB

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

Shades of Royal Blue #3B63FB

Tints of Royal Blue #3B63FB

Color information

#3B63FB (or 0x3B63FB) is unknown color: approx Royal Blue. HEX triplet: 3B, 63 and FB. RGB value is (59,99,251). Sum of RGB (Red+Green+Blue) = 59+99+251=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B63FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B63FB is #C49C04. Grayscale: #676767. Windows color (decimal): -12884997 or 16474939. OLE color: 16474939.

HSL color Cylindrical-coordinate representation of color #3B63FB: hue angle of 227.5º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B63FB is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5999251-
CMYK0.760.6100.02
HSL227.5º96%60.78%-
HSV(B)227.5º76.49%98.43%-
XYZ23.6816.8293.27-
YUV104.37210.7595.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.43%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 251 (98.44% from 255) = 61.37%
R=14.43%
G=24.21%
B=61.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal59992510.760.6100.02227.59660.78
Hex3B63FB4C3D02e4603d
Octal73143373114750234414075
Binary1110111100011111110111001100111101010111001001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B63FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,251); }

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

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

 a { background-color: rgb(59,99,251); }

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

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

 span { border-color: rgb(59,99,251); }

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