Html Css Color HEX #3C77DB Royal Blue

📋 copy color: '#3C77DB'

red 60 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #3C77DB

Tints of Royal Blue #3C77DB

RGB

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

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

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

R = 15.08%
G = 29.9%
B = 55.03%

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

#3C77DB (or 0x3C77DB) is known color: Royal Blue. HEX triplet: 3C, 77 and DB. RGB value is (60,119,219). Sum of RGB (Red+Green+Blue) = 60+119+219=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C77DB is #C38824. Grayscale: #707070. Windows color (decimal): -12814373 or 14382908. OLE color: 14382908.

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

Color convert

RGB 60 119 219 -
CMYK 0.73 0.46 0 0.14
HSL 217.74º 0.69% 0.55% -
HSV(B) 217.74º 0.73% 0.86% -
XYZ 21.25 19.27 69.62 -
YUV 112.76 187.95 90.37 -
System Red Green Blue C M Y K H S L
Decimal 60 119 219 0.73 0.46 0 0.14 217.74 0.69 0.55
Hex 3C 77 DB 49 2E 0 E DA 45 37
Octal 74 167 333 111 56 0 16 332 105 67
Binary 111100 1110111 11011011 1001001 101110 0 1110 11011010 1000101 110111

Color Harmonies of #3C77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C77DB

Black with #3C77DB

Text Example


Text Example

White with #3C77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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