#3A71CA

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

Shades of Royal Blue #3A71CA

Tints of Royal Blue #3A71CA

Color information

#3A71CA (or 0x3A71CA) is unknown color: approx Royal Blue. HEX triplet: 3A, 71 and CA. RGB value is (58,113,202). Sum of RGB (Red+Green+Blue) = 58+113+202=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A71CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A71CA is #C58E35. Grayscale: #6A6A6A. Windows color (decimal): -12946998 or 13267258. OLE color: 13267258.

HSL color Cylindrical-coordinate representation of color #3A71CA: hue angle of 217.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A71CA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB58113202-
CMYK0.710.4400.21
HSL217.08º57.6%50.98%-
HSV(B)217.08º71.29%79.22%-
XYZ18.3116.9758.19-
YUV106.7181.7893.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.55%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=15.55%
G=30.29%
B=54.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal581132020.710.4400.21217.0857.650.98
Hex3A71CA472C015d93a33
Octal72161312107540253317263
Binary111010111000111001010100011110110001010111011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,113,202); }

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

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

 a { background-color: rgb(58,113,202); }

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

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

 span { border-color: rgb(58,113,202); }

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