Html Css Color HEX #3C76F2 Royal Blue

📋 copy color: '#3C76F2'

red 60 ◦ green 118 ◦ blue 242

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

Shades of Royal Blue #3C76F2

Tints of Royal Blue #3C76F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.62%

R = 14.29%
G = 28.1%
B = 57.62%

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

#3C76F2 (or 0x3C76F2) is known color: Royal Blue. HEX triplet: 3C, 76 and F2. RGB value is (60,118,242). Sum of RGB (Red+Green+Blue) = 60+118+242=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #3C76F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C76F2 is #C3890D. Grayscale: #727272. Windows color (decimal): -12814606 or 15889980. OLE color: 15889980.

HSL color Cylindrical-coordinate representation of color #3C76F2: hue angle of 220.88º degrees, saturation: 0.88, 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 #3C76F2 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 118 242 -
CMYK 0.75 0.51 0 0.05
HSL 220.88º 0.88% 0.59% -
HSV(B) 220.88º 0.75% 0.95% -
XYZ 24.37 20.33 86.64 -
YUV 114.79 199.78 88.92 -
System Red Green Blue C M Y K H S L
Decimal 60 118 242 0.75 0.51 0 0.05 220.88 0.88 0.59
Hex 3C 76 F2 4B 33 0 5 DD 58 3B
Octal 74 166 362 113 63 0 5 335 130 73
Binary 111100 1110110 11110010 1001011 110011 0 101 11011101 1011000 111011

Color Harmonies of #3C76F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C76F2

Black with #3C76F2

Text Example


Text Example

White with #3C76F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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