Html Css Color HEX #3C5DDB Royal Blue

📋 copy color: '#3C5DDB'

red 60 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #3C5DDB

Tints of Royal Blue #3C5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

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

R = 16.13%
G = 25%
B = 58.87%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C5DDB (or 0x3C5DDB) is known color: Royal Blue. HEX triplet: 3C, 5D and DB. RGB value is (60,93,219). Sum of RGB (Red+Green+Blue) = 60+93+219=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C5DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DDB is #C3A224. Grayscale: #606060. Windows color (decimal): -12821029 or 14376252. OLE color: 14376252.

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

Color convert

RGB 60 93 219 -
CMYK 0.73 0.58 0 0.14
HSL 227.55º 0.69% 0.55% -
HSV(B) 227.55º 0.73% 0.86% -
XYZ 18.56 13.9 68.72 -
YUV 97.5 196.57 101.25 -
System Red Green Blue C M Y K H S L
Decimal 60 93 219 0.73 0.58 0 0.14 227.55 0.69 0.55
Hex 3C 5D DB 49 3A 0 E E4 45 37
Octal 74 135 333 111 72 0 16 344 105 67
Binary 111100 1011101 11011011 1001001 111010 0 1110 11100100 1000101 110111

Color Harmonies of #3C5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5DDB

Black with #3C5DDB

Text Example


Text Example

White with #3C5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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