#3C7EFE

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

Shades of Royal Blue #3C7EFE

Tints of Royal Blue #3C7EFE

Color information

#3C7EFE (or 0x3C7EFE) is unknown color: approx Royal Blue. HEX triplet: 3C, 7E and FE. RGB value is (60,126,254). Sum of RGB (Red+Green+Blue) = 60+126+254=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C7EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7EFE is #C38101. Grayscale: #787878. Windows color (decimal): -12812546 or 16678460. OLE color: 16678460.

HSL color Cylindrical-coordinate representation of color #3C7EFE: hue angle of 219.59º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C7EFE is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB60126254-
CMYK0.760.5000.00
HSL219.59º98.98%61.57%-
HSV(B)219.59º76.38%99.61%-
XYZ27.2123.0496.78-
YUV120.86203.1384.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.64%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 254 (99.61% from 255) = 57.73%
R=13.64%
G=28.64%
B=57.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal601262540.760.5000.00219.5998.9861.57
Hex3C7EFE4C3200dc633e
Octal74176376114620033414376
Binary111100111111011111110100110011001000110111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,126,254); }

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

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

 a { background-color: rgb(60,126,254); }

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

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

 span { border-color: rgb(60,126,254); }

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