Html Css Color HEX #3C7ADB Royal Blue

📋 copy color: '#3C7ADB'

red 60 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #3C7ADB

Tints of Royal Blue #3C7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

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

R = 14.96%
G = 30.42%
B = 54.61%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C7ADB (or 0x3C7ADB) is known color: Royal Blue. HEX triplet: 3C, 7A and DB. RGB value is (60,122,219). Sum of RGB (Red+Green+Blue) = 60+122+219=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C7ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ADB is #C38524. Grayscale: #727272. Windows color (decimal): -12813605 or 14383676. OLE color: 14383676.

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

Color convert

RGB 60 122 219 -
CMYK 0.73 0.44 0 0.14
HSL 216.6º 0.69% 0.55% -
HSV(B) 216.6º 0.73% 0.86% -
XYZ 21.61 19.99 69.74 -
YUV 114.52 186.96 89.11 -
System Red Green Blue C M Y K H S L
Decimal 60 122 219 0.73 0.44 0 0.14 216.6 0.69 0.55
Hex 3C 7A DB 49 2C 0 E D9 45 37
Octal 74 172 333 111 54 0 16 331 105 67
Binary 111100 1111010 11011011 1001001 101100 0 1110 11011001 1000101 110111

Color Harmonies of #3C7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7ADB

Black with #3C7ADB

Text Example


Text Example

White with #3C7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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