Html Css Color HEX #3C76DB Royal Blue

📋 copy color: '#3C76DB'

red 60 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #3C76DB

Tints of Royal Blue #3C76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

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

R = 15.11%
G = 29.72%
B = 55.16%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C76DB (or 0x3C76DB) is known color: Royal Blue. HEX triplet: 3C, 76 and DB. RGB value is (60,118,219). Sum of RGB (Red+Green+Blue) = 60+118+219=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C76DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C76DB is #C38924. Grayscale: #6F6F6F. Windows color (decimal): -12814629 or 14382652. OLE color: 14382652.

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

Color convert

RGB 60 118 219 -
CMYK 0.73 0.46 0 0.14
HSL 218.11º 0.69% 0.55% -
HSV(B) 218.11º 0.73% 0.86% -
XYZ 21.13 19.03 69.58 -
YUV 112.17 188.28 90.79 -
System Red Green Blue C M Y K H S L
Decimal 60 118 219 0.73 0.46 0 0.14 218.11 0.69 0.55
Hex 3C 76 DB 49 2E 0 E DA 45 37
Octal 74 166 333 111 56 0 16 332 105 67
Binary 111100 1110110 11011011 1001001 101110 0 1110 11011010 1000101 110111

Color Harmonies of #3C76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C76DB

Black with #3C76DB

Text Example


Text Example

White with #3C76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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