Html Css Color HEX #3A6FDB Royal Blue

📋 copy color: '#3A6FDB'

red 58 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #3A6FDB

Tints of Royal Blue #3A6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.61%

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

R = 14.95%
G = 28.61%
B = 56.44%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A6FDB (or 0x3A6FDB) is known color: Royal Blue. HEX triplet: 3A, 6F and DB. RGB value is (58,111,219). Sum of RGB (Red+Green+Blue) = 58+111+219=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A6FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FDB is #C59024. Grayscale: #6A6A6A. Windows color (decimal): -12947493 or 14380858. OLE color: 14380858.

HSL color Cylindrical-coordinate representation of color #3A6FDB: hue angle of 220.25º 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 #3A6FDB is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 111 219 -
CMYK 0.74 0.49 0 0.14
HSL 220.25º 0.69% 0.54% -
HSV(B) 220.25º 0.74% 0.86% -
XYZ 20.22 17.38 69.31 -
YUV 107.47 190.94 92.72 -
System Red Green Blue C M Y K H S L
Decimal 58 111 219 0.74 0.49 0 0.14 220.25 0.69 0.54
Hex 3A 6F DB 4A 31 0 E DC 45 36
Octal 72 157 333 112 61 0 16 334 105 66
Binary 111010 1101111 11011011 1001010 110001 0 1110 11011100 1000101 110110

Color Harmonies of #3A6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6FDB

Black with #3A6FDB

Text Example


Text Example

White with #3A6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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