#3A7AFF

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

Shades of Royal Blue #3A7AFF

Tints of Royal Blue #3A7AFF

Color information

#3A7AFF (or 0x3A7AFF) is unknown color: approx Royal Blue. HEX triplet: 3A, 7A and FF. RGB value is (58,122,255). Sum of RGB (Red+Green+Blue) = 58+122+255=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A7AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7AFF is #C58500. Grayscale: #757575. Windows color (decimal): -12944641 or 16742970. OLE color: 16742970.

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

Color convert

RGB58122255-
CMYK0.770.5200
HSL220.51º100%61.37%-
HSV(B)220.51º77.25%100%-
XYZ26.7522.0497.45-
YUV118.03205.385.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.33%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 255 (100% from 255) = 58.62%
R=13.33%
G=28.05%
B=58.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal581222550.770.5200220.5110061.37
Hex3A7AFF4D3400dd643d
Octal72172377115640033514475
Binary111010111101011111111100110111010000110111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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