#3C5CDA

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

Shades of Royal Blue #3C5CDA

Tints of Royal Blue #3C5CDA

Color information

#3C5CDA (or 0x3C5CDA) is unknown color: approx Royal Blue. HEX triplet: 3C, 5C and DA. RGB value is (60,92,218). Sum of RGB (Red+Green+Blue) = 60+92+218=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C5CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5CDA is #C3A325. Grayscale: #606060. Windows color (decimal): -12821286 or 14310460. OLE color: 14310460.

HSL color Cylindrical-coordinate representation of color #3C5CDA: hue angle of 227.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C5CDA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6092218-
CMYK0.720.5800.15
HSL227.85º68.1%54.51%-
HSV(B)227.85º72.48%85.49%-
XYZ18.3513.6868-
YUV96.8196.4101.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.22%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 218 (85.55% from 255) = 58.92%
R=16.22%
G=24.86%
B=58.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal60922180.720.5800.15227.8568.154.51
Hex3C5CDA483A0Fe44437
Octal741343321107201734410467
Binary111100101110011011010100100011101001111111001001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,92,218); }

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

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

 a { background-color: rgb(60,92,218); }

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

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

 span { border-color: rgb(60,92,218); }

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