Html Css Color HEX #3C5BDB Royal Blue

📋 copy color: '#3C5BDB'

red 60 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #3C5BDB

Tints of Royal Blue #3C5BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 16.22%
G = 24.59%
B = 59.19%

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

#3C5BDB (or 0x3C5BDB) is known color: Royal Blue. HEX triplet: 3C, 5B and DB. RGB value is (60,91,219). Sum of RGB (Red+Green+Blue) = 60+91+219=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C5BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5BDB is #C3A424. Grayscale: #5F5F5F. Windows color (decimal): -12821541 or 14375740. OLE color: 14375740.

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

Color convert

RGB 60 91 219 -
CMYK 0.73 0.58 0 0.14
HSL 228.3º 0.69% 0.55% -
HSV(B) 228.3º 0.73% 0.86% -
XYZ 18.39 13.56 68.67 -
YUV 96.32 197.23 102.09 -
System Red Green Blue C M Y K H S L
Decimal 60 91 219 0.73 0.58 0 0.14 228.3 0.69 0.55
Hex 3C 5B DB 49 3A 0 E E4 45 37
Octal 74 133 333 111 72 0 16 344 105 67
Binary 111100 1011011 11011011 1001001 111010 0 1110 11100100 1000101 110111

Color Harmonies of #3C5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5BDB

Black with #3C5BDB

Text Example


Text Example

White with #3C5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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