#3C6BDB

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

Shades of Royal Blue #3C6BDB

Tints of Royal Blue #3C6BDB

Color information

#3C6BDB (or 0x3C6BDB) is unknown color: approx Royal Blue. HEX triplet: 3C, 6B and DB. RGB value is (60,107,219). Sum of RGB (Red+Green+Blue) = 60+107+219=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6BDB is #C39424. Grayscale: #696969. Windows color (decimal): -12817445 or 14379836. OLE color: 14379836.

HSL color Cylindrical-coordinate representation of color #3C6BDB: hue angle of 222.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C6BDB is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB60107219-
CMYK0.730.5100.14
HSL222.26º68.83%54.71%-
HSV(B)222.26º72.6%85.88%-
XYZ19.9116.5969.17-
YUV105.72191.9395.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.54%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 219 (85.94% from 255) = 56.74%
R=15.54%
G=27.72%
B=56.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal601072190.730.5100.14222.2668.8354.71
Hex3C6BDB49330Ede4537
Octal741533331116301633610567
Binary111100110101111011011100100111001101110110111101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,107,219); }

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

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

 a { background-color: rgb(60,107,219); }

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

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

 span { border-color: rgb(60,107,219); }

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