#3C6ECD

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

Shades of Royal Blue #3C6ECD

Tints of Royal Blue #3C6ECD

Color information

#3C6ECD (or 0x3C6ECD) is unknown color: approx Royal Blue. HEX triplet: 3C, 6E and CD. RGB value is (60,110,205). Sum of RGB (Red+Green+Blue) = 60+110+205=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C6ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ECD is #C39132. Grayscale: #696969. Windows color (decimal): -12816691 or 13463100. OLE color: 13463100.

HSL color Cylindrical-coordinate representation of color #3C6ECD: hue angle of 219.31º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C6ECD is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB60110205-
CMYK0.710.4600.20
HSL219.31º59.18%51.96%-
HSV(B)219.31º70.73%80.39%-
XYZ18.4616.5259.97-
YUV105.88183.9495.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 205 (80.47% from 255) = 54.67%
R=16%
G=29.33%
B=54.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal601102050.710.4600.20219.3159.1851.96
Hex3C6ECD472E014db3b34
Octal74156315107560243337364
Binary111100110111011001101100011110111001010011011011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,110,205); }

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

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

 a { background-color: rgb(60,110,205); }

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

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

 span { border-color: rgb(60,110,205); }

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