Html Css Color HEX #3C76F1 Royal Blue

📋 copy color: '#3C76F1'

red 60 ◦ green 118 ◦ blue 241

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

Shades of Royal Blue #3C76F1

Tints of Royal Blue #3C76F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.52%

R = 14.32%
G = 28.16%
B = 57.52%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3C76F1 (or 0x3C76F1) is known color: Royal Blue. HEX triplet: 3C, 76 and F1. RGB value is (60,118,241). Sum of RGB (Red+Green+Blue) = 60+118+241=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #3C76F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C76F1 is #C3890E. Grayscale: #727272. Windows color (decimal): -12814607 or 15824444. OLE color: 15824444.

HSL color Cylindrical-coordinate representation of color #3C76F1: hue angle of 220.77º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C76F1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 118 241 -
CMYK 0.75 0.51 0 0.05
HSL 220.77º 0.87% 0.59% -
HSV(B) 220.77º 0.75% 0.95% -
XYZ 24.22 20.27 85.85 -
YUV 114.68 199.28 89 -
System Red Green Blue C M Y K H S L
Decimal 60 118 241 0.75 0.51 0 0.05 220.77 0.87 0.59
Hex 3C 76 F1 4B 33 0 5 DD 57 3B
Octal 74 166 361 113 63 0 5 335 127 73
Binary 111100 1110110 11110001 1001011 110011 0 101 11011101 1010111 111011

Color Harmonies of #3C76F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C76F1

Black with #3C76F1

Text Example


Text Example

White with #3C76F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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