#3C6ADB

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

Shades of Royal Blue #3C6ADB

Tints of Royal Blue #3C6ADB

Color information

#3C6ADB (or 0x3C6ADB) is unknown color: approx Royal Blue. HEX triplet: 3C, 6A and DB. RGB value is (60,106,219). Sum of RGB (Red+Green+Blue) = 60+106+219=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C6ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ADB is #C39524. Grayscale: #686868. Windows color (decimal): -12817701 or 14379580. OLE color: 14379580.

HSL color Cylindrical-coordinate representation of color #3C6ADB: hue angle of 222.64º 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 #3C6ADB is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB60106219-
CMYK0.730.5200.14
HSL222.64º68.83%54.71%-
HSV(B)222.64º72.6%85.88%-
XYZ19.816.3869.14-
YUV105.13192.2695.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.58%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 219 (85.94% from 255) = 56.88%
R=15.58%
G=27.53%
B=56.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal601062190.730.5200.14222.6468.8354.71
Hex3C6ADB49340Edf4537
Octal741523331116401633710567
Binary111100110101011011011100100111010001110110111111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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