#3A72FD

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

Shades of Royal Blue #3A72FD

Tints of Royal Blue #3A72FD

Color information

#3A72FD (or 0x3A72FD) is unknown color: approx Royal Blue. HEX triplet: 3A, 72 and FD. RGB value is (58,114,253). Sum of RGB (Red+Green+Blue) = 58+114+253=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A72FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A72FD is #C58D02. Grayscale: #707070. Windows color (decimal): -12946691 or 16609850. OLE color: 16609850.

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

Color convert

RGB58114253-
CMYK0.770.5500.01
HSL222.77º97.99%60.98%-
HSV(B)222.77º77.08%99.22%-
XYZ25.4920.0395.45-
YUV113.1206.9588.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.65%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 253 (99.22% from 255) = 59.53%
R=13.65%
G=26.82%
B=59.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal581142530.770.5500.01222.7797.9960.98
Hex3A72FD4D3701df623d
Octal72162375115670133714275
Binary111010111001011111101100110111011101110111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A72FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,114,253); }

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

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

 a { background-color: rgb(58,114,253); }

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

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

 span { border-color: rgb(58,114,253); }

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