#3c5bef

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

Shades of Royal Blue #3C5BEF

Tints of Royal Blue #3C5BEF

Color information

#3C5BEF (or 0x3C5BEF) is unknown color: approx Royal Blue. HEX triplet: 3C, 5B and EF. RGB value is (60,91,239). Sum of RGB (Red+Green+Blue) = 60+91+239=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C5BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5BEF is #C3A410. Grayscale: #616161. Windows color (decimal): -12821521 or 15686460. OLE color: 15686460.

HSL color Cylindrical-coordinate representation of color #3C5BEF: hue angle of 229.61º 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 #3C5BEF is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6091239-
CMYK0.750.6200.06
HSL229.61º84.83%58.63%-
HSV(B)229.61º74.9%93.73%-
XYZ21.1814.6783.38-
YUV98.6207.23100.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.38%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 239 (93.75% from 255) = 61.28%
R=15.38%
G=23.33%
B=61.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal60912390.750.6200.06229.6184.8358.63
Hex3C5BEF4B3E06e6553b
Octal74133357113760634612573
Binary11110010110111110111110010111111100110111001101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c5bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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