#3c6ce0

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

Shades of Royal Blue #3C6CE0

Tints of Royal Blue #3C6CE0

Color information

#3C6CE0 (or 0x3C6CE0) is unknown color: approx Royal Blue. HEX triplet: 3C, 6C and E0. RGB value is (60,108,224). Sum of RGB (Red+Green+Blue) = 60+108+224=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #3C6CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6CE0 is #C3931F. Grayscale: #6A6A6A. Windows color (decimal): -12817184 or 14707772. OLE color: 14707772.

HSL color Cylindrical-coordinate representation of color #3C6CE0: hue angle of 222.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C6CE0 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB60108224-
CMYK0.730.5200.12
HSL222.44º72.57%55.69%-
HSV(B)222.44º73.21%87.84%-
XYZ20.6817.0772.73-
YUV106.87194.194.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.31%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 224 (87.89% from 255) = 57.14%
R=15.31%
G=27.55%
B=57.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal601082240.730.5200.12222.4472.5755.69
Hex3C6CE049340Cde4938
Octal741543401116401433611170
Binary111100110110011100000100100111010001100110111101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c6ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,108,224); }

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

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

 a { background-color: rgb(60,108,224); }

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

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

 span { border-color: rgb(60,108,224); }

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