#3A7ADD

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

Shades of Royal Blue #3A7ADD

Tints of Royal Blue #3A7ADD

Color information

#3A7ADD (or 0x3A7ADD) is unknown color: approx Royal Blue. HEX triplet: 3A, 7A and DD. RGB value is (58,122,221). Sum of RGB (Red+Green+Blue) = 58+122+221=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A7ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ADD is #C58522. Grayscale: #717171. Windows color (decimal): -12944675 or 14514746. OLE color: 14514746.

HSL color Cylindrical-coordinate representation of color #3A7ADD: hue angle of 216.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A7ADD is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB58122221-
CMYK0.740.4500.13
HSL216.44º70.56%54.71%-
HSV(B)216.44º73.76%86.67%-
XYZ21.7620.0471.13-
YUV114.15188.387.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.46%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=14.46%
G=30.42%
B=55.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal581222210.740.4500.13216.4470.5654.71
Hex3A7ADD4A2D0Dd84737
Octal721723351125501533010767
Binary111010111101011011101100101010110101101110110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,221); }

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

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

 a { background-color: rgb(58,122,221); }

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

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

 span { border-color: rgb(58,122,221); }

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