#3A56DD

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

Shades of Royal Blue #3A56DD

Tints of Royal Blue #3A56DD

Color information

#3A56DD (or 0x3A56DD) is unknown color: approx Royal Blue. HEX triplet: 3A, 56 and DD. RGB value is (58,86,221). Sum of RGB (Red+Green+Blue) = 58+86+221=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A56DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A56DD is #C5A922. Grayscale: #5C5C5C. Windows color (decimal): -12953891 or 14505530. OLE color: 14505530.

HSL color Cylindrical-coordinate representation of color #3A56DD: hue angle of 229.69º 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 #3A56DD is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5886221-
CMYK0.740.6100.13
HSL229.69º70.56%54.71%-
HSV(B)229.69º73.76%86.67%-
XYZ18.1212.7869.92-
YUV93.02200.22103.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.89%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=15.89%
G=23.56%
B=60.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal58862210.740.6100.13229.6970.5654.71
Hex3A56DD4A3D0De64737
Octal721263351127501534610767
Binary111010101011011011101100101011110101101111001101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A56DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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