#3A79DD

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

Shades of Royal Blue #3A79DD

Tints of Royal Blue #3A79DD

Color information

#3A79DD (or 0x3A79DD) is unknown color: approx Royal Blue. HEX triplet: 3A, 79 and DD. RGB value is (58,121,221). Sum of RGB (Red+Green+Blue) = 58+121+221=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A79DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A79DD is #C58622. Grayscale: #717171. Windows color (decimal): -12944931 or 14514490. OLE color: 14514490.

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

Color convert

RGB58121221-
CMYK0.740.4500.13
HSL216.81º70.56%54.71%-
HSV(B)216.81º73.76%86.67%-
XYZ21.6319.7971.09-
YUV113.56188.6388.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.5%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 221 (86.72% from 255) = 55.25%
R=14.5%
G=30.25%
B=55.25%

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
Decimal581212210.740.4500.13216.8170.5654.71
Hex3A79DD4A2D0Dd94737
Octal721713351125501533110767
Binary111010111100111011101100101010110101101110110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A79DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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