#3C60EF

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

Shades of Royal Blue #3C60EF

Tints of Royal Blue #3C60EF

Color information

#3C60EF (or 0x3C60EF) is unknown color: approx Royal Blue. HEX triplet: 3C, 60 and EF. RGB value is (60,96,239). Sum of RGB (Red+Green+Blue) = 60+96+239=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C60EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C60EF is #C39F10. Grayscale: #646464. Windows color (decimal): -12820241 or 15687740. OLE color: 15687740.

HSL color Cylindrical-coordinate representation of color #3C60EF: hue angle of 227.93º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C60EF is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6096239-
CMYK0.750.6000.06
HSL227.93º84.83%58.63%-
HSV(B)227.93º74.9%93.73%-
XYZ21.6315.5683.52-
YUV101.54205.5798.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.19%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 239 (93.75% from 255) = 60.51%
R=15.19%
G=24.30%
B=60.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal60962390.750.6000.06227.9384.8358.63
Hex3C60EF4B3C06e4553b
Octal74140357113740634412573
Binary11110011000001110111110010111111000110111001001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C60EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,239); }

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

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

 a { background-color: rgb(60,96,239); }

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

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

 span { border-color: rgb(60,96,239); }

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