Html Css Color HEX #3A6DDB Royal Blue

📋 copy color: '#3A6DDB'

red 58 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #3A6DDB

Tints of Royal Blue #3A6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.24%

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 15.03%
G = 28.24%
B = 56.74%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A6DDB (or 0x3A6DDB) is known color: Royal Blue. HEX triplet: 3A, 6D and DB. RGB value is (58,109,219). Sum of RGB (Red+Green+Blue) = 58+109+219=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DDB is #C59224. Grayscale: #696969. Windows color (decimal): -12948005 or 14380346. OLE color: 14380346.

HSL color Cylindrical-coordinate representation of color #3A6DDB: hue angle of 220.99º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A6DDB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 109 219 -
CMYK 0.74 0.50 0 0.14
HSL 220.99º 0.69% 0.54% -
HSV(B) 220.99º 0.74% 0.86% -
XYZ 20 16.95 69.24 -
YUV 106.29 191.6 93.56 -
System Red Green Blue C M Y K H S L
Decimal 58 109 219 0.74 0.50 0 0.14 220.99 0.69 0.54
Hex 3A 6D DB 4A 32 0 E DD 45 36
Octal 72 155 333 112 62 0 16 335 105 66
Binary 111010 1101101 11011011 1001010 110010 0 1110 11011101 1000101 110110

Color Harmonies of #3A6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6DDB

Black with #3A6DDB

Text Example


Text Example

White with #3A6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,109,219); }

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

background-color css

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

 a { background-color: rgb(58,109,219); }

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

border-color css

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

 span { border-color: rgb(58,109,219); }

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