#3A69D8

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

Shades of Royal Blue #3A69D8

Tints of Royal Blue #3A69D8

Color information

#3A69D8 (or 0x3A69D8) is unknown color: approx Royal Blue. HEX triplet: 3A, 69 and D8. RGB value is (58,105,216). Sum of RGB (Red+Green+Blue) = 58+105+216=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #3A69D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A69D8 is #C59627. Grayscale: #676767. Windows color (decimal): -12949032 or 14182714. OLE color: 14182714.

HSL color Cylindrical-coordinate representation of color #3A69D8: hue angle of 222.15º degrees, saturation: 0.67, 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 #3A69D8 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB58105216-
CMYK0.730.5100.15
HSL222.15º66.95%53.73%-
HSV(B)222.15º73.15%84.71%-
XYZ19.1915.9667.03-
YUV103.6191.4395.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.30%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 216 (84.77% from 255) = 56.99%
R=15.30%
G=27.70%
B=56.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal581052160.730.5100.15222.1566.9553.73
Hex3A69D849330Fde4336
Octal721513301116301733610366
Binary111010110100111011000100100111001101111110111101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A69D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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