Html Css Color HEX #3C6DDB Royal Blue

📋 copy color: '#3C6DDB'

red 60 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #3C6DDB

Tints of Royal Blue #3C6DDB

RGB

 RED value IS 60 (23.83% from 255) = 15.46%

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

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

R = 15.46%
G = 28.09%
B = 56.44%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C6DDB (or 0x3C6DDB) is known color: Royal Blue. HEX triplet: 3C, 6D and DB. RGB value is (60,109,219). Sum of RGB (Red+Green+Blue) = 60+109+219=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 109 (42.97% from 255 or 28.09% 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 #3C6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DDB is #C39224. Grayscale: #6A6A6A. Windows color (decimal): -12816933 or 14380348. OLE color: 14380348.

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

Color convert

RGB 60 109 219 -
CMYK 0.73 0.50 0 0.14
HSL 221.51º 0.69% 0.55% -
HSV(B) 221.51º 0.73% 0.86% -
XYZ 20.12 17.01 69.24 -
YUV 106.89 191.27 94.56 -
System Red Green Blue C M Y K H S L
Decimal 60 109 219 0.73 0.50 0 0.14 221.51 0.69 0.55
Hex 3C 6D DB 49 32 0 E DE 45 37
Octal 74 155 333 111 62 0 16 336 105 67
Binary 111100 1101101 11011011 1001001 110010 0 1110 11011110 1000101 110111

Color Harmonies of #3C6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6DDB

Black with #3C6DDB

Text Example


Text Example

White with #3C6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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