#3C76E8

Color #3C76E8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3C76E8

Tints of Royal Blue #3C76E8

Color information

#3C76E8 (or 0x3C76E8) is unknown color: approx Royal Blue. HEX triplet: 3C, 76 and E8. RGB value is (60,118,232). Sum of RGB (Red+Green+Blue) = 60+118+232=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 232 (91.02% from 255 or 56.59% from 410); Max value from RGB is 232 - color contains mainly: blue. Hex color #3C76E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C76E8 is #C38917. Grayscale: #717171. Windows color (decimal): -12814616 or 15234620. OLE color: 15234620.

HSL color Cylindrical-coordinate representation of color #3C76E8: hue angle of 219.77º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C76E8 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB60118232-
CMYK0.740.4900.09
HSL219.77º78.9%57.25%-
HSV(B)219.77º74.14%90.98%-
XYZ22.9119.7478.95-
YUV113.65194.7889.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.63%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 232 (91.02% from 255) = 56.59%
R=14.63%
G=28.78%
B=56.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal601182320.740.4900.09219.7778.957.25
Hex3C76E84A3109dc4f39
Octal741663501126101133411771
Binary111100111011011101000100101011000101001110111001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C76E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C76E8;
 }
 .AnyTagClassName
 {
   color: #3C76E8;
 }
</style>
background-color css

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

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

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

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

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

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