#3C80F4

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

Shades of Royal Blue #3C80F4

Tints of Royal Blue #3C80F4

Color information

#3C80F4 (or 0x3C80F4) is unknown color: approx Royal Blue. HEX triplet: 3C, 80 and F4. RGB value is (60,128,244). Sum of RGB (Red+Green+Blue) = 60+128+244=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #3C80F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C80F4 is #C37F0B. Grayscale: #787878. Windows color (decimal): -12812044 or 16023612. OLE color: 16023612.

HSL color Cylindrical-coordinate representation of color #3C80F4: hue angle of 217.83º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C80F4 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB60128244-
CMYK0.750.4800.04
HSL217.83º89.32%59.61%-
HSV(B)217.83º75.41%95.69%-
XYZ25.9122.9388.65-
YUV120.89197.4784.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.89%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 244 (95.70% from 255) = 56.48%
R=13.89%
G=29.63%
B=56.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal601282440.750.4800.04217.8389.3259.61
Hex3C80F44B3004da593c
Octal74200364113600433213174
Binary111100100000001111010010010111100000100110110101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C80F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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