Html Css Color HEX #3A6ADA Royal Blue

📋 copy color: '#3A6ADA'

red 58 ◦ green 106 ◦ blue 218

#3A6ADA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3A6ADA

Tints of Royal Blue #3A6ADA

RGB

 RED value IS 58 (23.05% from 255) = 15.18%

 GREEN value IS 106 (41.8% from 255) = 27.75%

 BLUE value IS 218 (85.55% from 255) = 57.07%

R = 15.18%
G = 27.75%
B = 57.07%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3A6ADA (or 0x3A6ADA) is known color: Royal Blue. HEX triplet: 3A, 6A and DA. RGB value is (58,106,218). Sum of RGB (Red+Green+Blue) = 58+106+218=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A6ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6ADA is #C59525. Grayscale: #676767. Windows color (decimal): -12948774 or 14314042. OLE color: 14314042.

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

Color convert

RGB 58 106 218 -
CMYK 0.73 0.51 0 0.15
HSL 222º 0.68% 0.54% -
HSV(B) 222º 0.73% 0.85% -
XYZ 19.55 16.27 68.44 -
YUV 104.42 192.1 94.89 -
System Red Green Blue C M Y K H S L
Decimal 58 106 218 0.73 0.51 0 0.15 222 0.68 0.54
Hex 3A 6A DA 49 33 0 F DE 44 36
Octal 72 152 332 111 63 0 17 336 104 66
Binary 111010 1101010 11011010 1001001 110011 0 1111 11011110 1000100 110110

Color Harmonies of #3A6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6ADA

Black with #3A6ADA

Text Example


Text Example

White with #3A6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A6ADA;
 }
 .AnyTagClassName
 {
   color: #3A6ADA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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