Html Css Color HEX #3C77DC Royal Blue

📋 copy color: '#3C77DC'

red 60 ◦ green 119 ◦ blue 220

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

Shades of Royal Blue #3C77DC

Tints of Royal Blue #3C77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 15.04%
G = 29.82%
B = 55.14%

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

#3C77DC (or 0x3C77DC) is known color: Royal Blue. HEX triplet: 3C, 77 and DC. RGB value is (60,119,220). Sum of RGB (Red+Green+Blue) = 60+119+220=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C77DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C77DC is #C38823. Grayscale: #707070. Windows color (decimal): -12814372 or 14448444. OLE color: 14448444.

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

Color convert

RGB 60 119 220 -
CMYK 0.73 0.46 0 0.14
HSL 217.88º 0.7% 0.55% -
HSV(B) 217.88º 0.73% 0.86% -
XYZ 21.38 19.32 70.31 -
YUV 112.87 188.45 90.29 -
System Red Green Blue C M Y K H S L
Decimal 60 119 220 0.73 0.46 0 0.14 217.88 0.7 0.55
Hex 3C 77 DC 49 2E 0 E DA 46 37
Octal 74 167 334 111 56 0 16 332 106 67
Binary 111100 1110111 11011100 1001001 101110 0 1110 11011010 1000110 110111

Color Harmonies of #3C77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C77DC

Black with #3C77DC

Text Example


Text Example

White with #3C77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,119,220); }

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

background-color css

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

 a { background-color: rgb(60,119,220); }

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

border-color css

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

 span { border-color: rgb(60,119,220); }

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