Html Css Color HEX #3C5ADB Royal Blue

📋 copy color: '#3C5ADB'

red 60 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #3C5ADB

Tints of Royal Blue #3C5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

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

R = 16.26%
G = 24.39%
B = 59.35%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C5ADB (or 0x3C5ADB) is known color: Royal Blue. HEX triplet: 3C, 5A and DB. RGB value is (60,90,219). Sum of RGB (Red+Green+Blue) = 60+90+219=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C5ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5ADB is #C3A524. Grayscale: #5F5F5F. Windows color (decimal): -12821797 or 14375484. OLE color: 14375484.

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

Color convert

RGB 60 90 219 -
CMYK 0.73 0.59 0 0.14
HSL 228.68º 0.69% 0.55% -
HSV(B) 228.68º 0.73% 0.86% -
XYZ 18.31 13.39 68.64 -
YUV 95.74 197.56 102.51 -
System Red Green Blue C M Y K H S L
Decimal 60 90 219 0.73 0.59 0 0.14 228.68 0.69 0.55
Hex 3C 5A DB 49 3B 0 E E5 45 37
Octal 74 132 333 111 73 0 16 345 105 67
Binary 111100 1011010 11011011 1001001 111011 0 1110 11100101 1000101 110111

Color Harmonies of #3C5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5ADB

Black with #3C5ADB

Text Example


Text Example

White with #3C5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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