#3A77F3

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

Shades of Royal Blue #3A77F3

Tints of Royal Blue #3A77F3

Color information

#3A77F3 (or 0x3A77F3) is unknown color: approx Royal Blue. HEX triplet: 3A, 77 and F3. RGB value is (58,119,243). Sum of RGB (Red+Green+Blue) = 58+119+243=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #3A77F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A77F3 is #C5880C. Grayscale: #727272. Windows color (decimal): -12945421 or 15955770. OLE color: 15955770.

HSL color Cylindrical-coordinate representation of color #3A77F3: hue angle of 220.22º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A77F3 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB58119243-
CMYK0.760.5100.05
HSL220.22º88.52%59.02%-
HSV(B)220.22º76.13%95.29%-
XYZ24.5220.5687.47-
YUV114.9200.2987.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.81%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=13.81%
G=28.33%
B=57.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal581192430.760.5100.05220.2288.5259.02
Hex3A77F34C3305dc593b
Octal72167363114630533413173
Binary11101011101111111001110011001100110101110111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A77F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,243); }

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

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

 a { background-color: rgb(58,119,243); }

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

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

 span { border-color: rgb(58,119,243); }

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