#3C5ADE

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

Shades of Royal Blue #3C5ADE

Tints of Royal Blue #3C5ADE

Color information

#3C5ADE (or 0x3C5ADE) is unknown color: approx Royal Blue. HEX triplet: 3C, 5A and DE. RGB value is (60,90,222). Sum of RGB (Red+Green+Blue) = 60+90+222=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C5ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5ADE is #C3A521. Grayscale: #5F5F5F. Windows color (decimal): -12821794 or 14572092. OLE color: 14572092.

HSL color Cylindrical-coordinate representation of color #3C5ADE: hue angle of 228.89º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C5ADE is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6090222-
CMYK0.730.5900.13
HSL228.89º71.05%55.29%-
HSV(B)228.89º72.97%87.06%-
XYZ18.713.5570.74-
YUV96.08199.06102.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.13%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 222 (87.11% from 255) = 59.68%
R=16.13%
G=24.19%
B=59.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal60902220.730.5900.13228.8971.0555.29
Hex3C5ADE493B0De54737
Octal741323361117301534510767
Binary111100101101011011110100100111101101101111001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,90,222); }

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

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

 a { background-color: rgb(60,90,222); }

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

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

 span { border-color: rgb(60,90,222); }

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