#3C80E0

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

Shades of Royal Blue #3C80E0

Tints of Royal Blue #3C80E0

Color information

#3C80E0 (or 0x3C80E0) is unknown color: approx Royal Blue. HEX triplet: 3C, 80 and E0. RGB value is (60,128,224). Sum of RGB (Red+Green+Blue) = 60+128+224=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #3C80E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C80E0 is #C37F1F. Grayscale: #767676. Windows color (decimal): -12812064 or 14712892. OLE color: 14712892.

HSL color Cylindrical-coordinate representation of color #3C80E0: hue angle of 215.12º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C80E0 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB60128224-
CMYK0.730.4300.12
HSL215.12º72.57%55.69%-
HSV(B)215.12º73.21%87.84%-
XYZ23.0421.7873.51-
YUV118.61187.4786.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.56%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 224 (87.89% from 255) = 54.37%
R=14.56%
G=31.07%
B=54.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal601282240.730.4300.12215.1272.5755.69
Hex3C80E0492B0Cd74938
Octal742003401115301432711170
Binary1111001000000011100000100100110101101100110101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,128,224); }

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

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

 a { background-color: rgb(60,128,224); }

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

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

 span { border-color: rgb(60,128,224); }

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