#3a60c9

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

Shades of Free Speech Blue #3A60C9

Tints of Free Speech Blue #3A60C9

Color information

#3A60C9 (or 0x3A60C9) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 60 and C9. RGB value is (58,96,201). Sum of RGB (Red+Green+Blue) = 58+96+201=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #3A60C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A60C9 is #C59F36. Grayscale: #606060. Windows color (decimal): -12951351 or 13197370. OLE color: 13197370.

HSL color Cylindrical-coordinate representation of color #3A60C9: hue angle of 224.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A60C9 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5896201-
CMYK0.710.5200.21
HSL224.06º56.97%50.78%-
HSV(B)224.06º71.14%78.82%-
XYZ16.4713.4856.99-
YUV96.61186.91100.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.34%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 201 (78.91% from 255) = 56.62%
R=16.34%
G=27.04%
B=56.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58962010.710.5200.21224.0656.9750.78
Hex3A60C94734015e03933
Octal72140311107640253407163
Binary111010110000011001001100011111010001010111100000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a60c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,96,201); }

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

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

 a { background-color: rgb(58,96,201); }

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

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

 span { border-color: rgb(58,96,201); }

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