#3A69DA

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

Shades of Royal Blue #3A69DA

Tints of Royal Blue #3A69DA

Color information

#3A69DA (or 0x3A69DA) is unknown color: approx Royal Blue. HEX triplet: 3A, 69 and DA. RGB value is (58,105,218). Sum of RGB (Red+Green+Blue) = 58+105+218=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A69DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A69DA is #C59625. Grayscale: #676767. Windows color (decimal): -12949030 or 14313786. OLE color: 14313786.

HSL color Cylindrical-coordinate representation of color #3A69DA: hue angle of 222.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A69DA is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB58105218-
CMYK0.730.5200.15
HSL222.38º68.38%54.12%-
HSV(B)222.38º73.39%85.49%-
XYZ19.4516.0668.41-
YUV103.83192.4395.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.22%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 218 (85.55% from 255) = 57.22%
R=15.22%
G=27.56%
B=57.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal581052180.730.5200.15222.3868.3854.12
Hex3A69DA49340Fde4436
Octal721513321116401733610466
Binary111010110100111011010100100111010001111110111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A69DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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