#3A69FA

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

Shades of Royal Blue #3A69FA

Tints of Royal Blue #3A69FA

Color information

#3A69FA (or 0x3A69FA) is unknown color: approx Royal Blue. HEX triplet: 3A, 69 and FA. RGB value is (58,105,250). Sum of RGB (Red+Green+Blue) = 58+105+250=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A69FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A69FA is #C59605. Grayscale: #6A6A6A. Windows color (decimal): -12948998 or 16410938. OLE color: 16410938.

HSL color Cylindrical-coordinate representation of color #3A69FA: hue angle of 225.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A69FA is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB58105250-
CMYK0.770.5800.02
HSL225.31º95.05%60.39%-
HSV(B)225.31º76.8%98.04%-
XYZ24.0517.992.63-
YUV107.48208.4392.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.04%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 250 (98.05% from 255) = 60.53%
R=14.04%
G=25.42%
B=60.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal581052500.770.5800.02225.3195.0560.39
Hex3A69FA4D3A02e15f3c
Octal72151372115720234113774
Binary1110101101001111110101001101111010010111000011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,250); }

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

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

 a { background-color: rgb(58,105,250); }

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

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

 span { border-color: rgb(58,105,250); }

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