Html Css Color HEX #3C7CDB Royal Blue

📋 copy color: '#3C7CDB'

red 60 ◦ green 124 ◦ blue 219

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

Shades of Royal Blue #3C7CDB

Tints of Royal Blue #3C7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

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

R = 14.89%
G = 30.77%
B = 54.34%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C7CDB (or 0x3C7CDB) is known color: Royal Blue. HEX triplet: 3C, 7C and DB. RGB value is (60,124,219). Sum of RGB (Red+Green+Blue) = 60+124+219=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C7CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7CDB is #C38324. Grayscale: #737373. Windows color (decimal): -12813093 or 14384188. OLE color: 14384188.

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

Color convert

RGB 60 124 219 -
CMYK 0.73 0.43 0 0.14
HSL 215.85º 0.69% 0.55% -
HSV(B) 215.85º 0.73% 0.86% -
XYZ 21.86 20.49 69.82 -
YUV 115.69 186.3 88.28 -
System Red Green Blue C M Y K H S L
Decimal 60 124 219 0.73 0.43 0 0.14 215.85 0.69 0.55
Hex 3C 7C DB 49 2B 0 E D8 45 37
Octal 74 174 333 111 53 0 16 330 105 67
Binary 111100 1111100 11011011 1001001 101011 0 1110 11011000 1000101 110111

Color Harmonies of #3C7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7CDB

Black with #3C7CDB

Text Example


Text Example

White with #3C7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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